1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-28 12:45:45 +01:00

showAddNew only if admin

This commit is contained in:
Kyle Spearrin 2018-10-17 15:51:31 -04:00
parent 329e06ac30
commit 647388e475

View File

@ -18,7 +18,7 @@
</button> </button>
</div> </div>
<app-org-vault-ciphers (onCipherClicked)="editCipher($event)" (onAttachmentsClicked)="editCipherAttachments($event)" (onAddCipher)="addCipher()" <app-org-vault-ciphers (onCipherClicked)="editCipher($event)" (onAttachmentsClicked)="editCipherAttachments($event)" (onAddCipher)="addCipher()"
(onCollectionsClicked)="editCipherCollections($event)" (onEventsClicked)="viewEvents($event)"> (onCollectionsClicked)="editCipherCollections($event)" (onEventsClicked)="viewEvents($event)" [showAddNew]="showAdd">
</app-org-vault-ciphers> </app-org-vault-ciphers>
</div> </div>
</div> </div>