mirror of
https://github.com/bitwarden/web
synced 2025-12-11 05:43:16 +00:00
dialogs with swal
This commit is contained in:
@@ -207,9 +207,11 @@ export class VaultComponent implements OnInit {
|
||||
childComponent.cipherId = cipher == null ? null : cipher.id;
|
||||
childComponent.onSavedCipher.subscribe(async (c: CipherView) => {
|
||||
this.modal.close();
|
||||
await this.ciphersComponent.refresh();
|
||||
});
|
||||
childComponent.onDeletedCipher.subscribe(async (c: CipherView) => {
|
||||
this.modal.close();
|
||||
await this.ciphersComponent.refresh();
|
||||
});
|
||||
|
||||
this.modal.onClosed.subscribe(() => {
|
||||
|
||||
Reference in New Issue
Block a user