showAddNew only if admin

This commit is contained in:
Kyle Spearrin 2018-10-17 15:51:31 -04:00
parent 329e06ac30
commit 647388e475
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
</button>
</div>
<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>
</div>
</div>