Skip to content

Commit

Permalink
Ac/pm 16953 bulk restore revoke dialog design discrepancies (bitwarde…
Browse files Browse the repository at this point in the history
…n#13387)

* fix UI design

* fix ui
  • Loading branch information
BTreston authored and jprusik committed Feb 14, 2025
1 parent e38336f commit 466ecad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
*ngIf="{ enabled: accountDeprovisioningEnabled$ | async } as accountDeprovisioning"
>
<ng-container bitDialogTitle>
<h3 *ngIf="accountDeprovisioning.enabled; else nonMemberTitle">{{ bulkMemberTitle }}</h3>
<span *ngIf="accountDeprovisioning.enabled; else nonMemberTitle">{{ bulkMemberTitle }}</span>
<ng-template #nonMemberTitle>
<h3>{{ bulkTitle }}</h3>
{{ bulkTitle }}
</ng-template>
</ng-container>

Expand Down

0 comments on commit 466ecad

Please sign in to comment.