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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user