mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
Fix the bug by hiding the add button (#17744)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
@let provider = provider$ | async;
|
||||
<app-header [title]="pageTitle">
|
||||
<bit-search [placeholder]="'search' | i18n" [formControl]="searchControl"></bit-search>
|
||||
@if (provider?.type === ProviderUserType.ProviderAdmin) {
|
||||
<button
|
||||
bitButton
|
||||
buttonType="primary"
|
||||
@@ -14,6 +15,7 @@
|
||||
<i class="bwi bwi-plus bwi-fw" aria-hidden="true"></i>
|
||||
{{ "add" | i18n }}
|
||||
</button>
|
||||
}
|
||||
<bit-menu #clientMenu>
|
||||
<button
|
||||
type="button"
|
||||
|
||||
Reference in New Issue
Block a user