1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 21:20:27 +00:00

Reverted it, should only show for admins

This commit is contained in:
Cy Okeke
2025-07-24 16:20:34 +01:00
parent 0c2fd86c5a
commit 0b4594c66c

View File

@@ -118,7 +118,7 @@
</bit-table-scroll>
<div *ngIf="dataSource.data.length === 0" class="tw-mt-10">
<app-no-clients
[showAddOrganizationButton]="isSuspensionActive"
[showAddOrganizationButton]="isProviderAdmin"
(addNewOrganizationClicked)="createClient()"
/>
</div>