Skip to content

Commit

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

* fix ui
  • Loading branch information
BTreston authored Feb 13, 2025
1 parent f0dcc1a commit 86ce9d3
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 86ce9d3

Please sign in to comment.