mirror of
https://github.com/bitwarden/desktop
synced 2026-01-06 18:43:47 +00:00
menu with messages back to app
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
<app-vault-add-edit id="details"
|
||||
*ngIf="action === 'add' || action === 'edit'"
|
||||
[folderId]="action === 'add' && folderId !== 'none' ? folderId : null"
|
||||
[type]="action === 'add' ? addType : null"
|
||||
[cipherId]="action === 'edit' ? cipherId : null"
|
||||
(onSavedCipher)="savedCipher($event)"
|
||||
(onDeletedCipher)="deletedCipher($event)"
|
||||
|
||||
Reference in New Issue
Block a user