diff --git a/apps/web/src/app/vault/org-vault/vault.component.html b/apps/web/src/app/vault/org-vault/vault.component.html index ed7f6b1e3e..220d6ef490 100644 --- a/apps/web/src/app/vault/org-vault/vault.component.html +++ b/apps/web/src/app/vault/org-vault/vault.component.html @@ -81,7 +81,11 @@ (click)="addCipher()" buttonType="primary" type="button" - *ngIf="filter.type !== 'trash' && filter.collectionId !== Unassigned" + *ngIf=" + filter.type !== 'trash' && + filter.collectionId !== Unassigned && + selectedCollection?.node?.canEditItems(organization) + " > {{ "newItem" | i18n }}