mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
cipher attachments modal
This commit is contained in:
@@ -205,10 +205,10 @@ export class VaultComponent implements OnInit {
|
||||
AddEditComponent, this.cipherAddEditRef);
|
||||
|
||||
childComponent.cipherId = cipher == null ? null : cipher.id;
|
||||
childComponent.onSavedCipher.subscribe(async (cipher: CipherView) => {
|
||||
childComponent.onSavedCipher.subscribe(async (c: CipherView) => {
|
||||
this.modal.close();
|
||||
});
|
||||
childComponent.onDeletedCipher.subscribe(async (cipher: CipherView) => {
|
||||
childComponent.onDeletedCipher.subscribe(async (c: CipherView) => {
|
||||
this.modal.close();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user