1
0
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:
cyprain-okeke
2025-12-03 16:08:48 +01:00
committed by GitHub
parent a6100d8a0e
commit 17ebae11d7

View File

@@ -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"