mirror of
https://github.com/bitwarden/web
synced 2025-12-19 17:53:22 +00:00
[Soft Delete] - Added trash and related functionality to web vault
This commit is contained in:
@@ -62,6 +62,10 @@ export class CipherReportComponent {
|
||||
this.modal.close();
|
||||
await this.load();
|
||||
});
|
||||
childComponent.onRestoredCipher.subscribe(async (c: CipherView) => {
|
||||
this.modal.close();
|
||||
await this.load();
|
||||
});
|
||||
|
||||
this.modal.onClosed.subscribe(() => {
|
||||
this.modal = null;
|
||||
|
||||
Reference in New Issue
Block a user