Skip to content

Commit

Permalink
fix ui design (#13344)
Browse files Browse the repository at this point in the history
  • Loading branch information
BTreston authored Feb 12, 2025
1 parent b2e9548 commit 42090d7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
{{ error }}
</bit-callout>
<ng-container *ngIf="!done">
<bit-callout type="warning" *ngIf="users.length > 0 && !error">
<p bitTypography="body1">{{ "deleteManyOrganizationUsersWarningDesc" | i18n }}</p>
</bit-callout>
<p bitTypography="body1" *ngIf="users.length > 0 && !error">
{{ "deleteManyOrganizationUsersWarningDesc" | i18n }}
</p>
<bit-table>
<ng-container header>
<tr>
Expand Down

0 comments on commit 42090d7

Please sign in to comment.