mirror of
https://github.com/bitwarden/browser
synced 2025-01-03 13:40:54 +01:00
Fix for not implemented ngOnDestroy method in vault items component (#8708)
This commit is contained in:
parent
59392418d1
commit
c7ea35280d
@ -52,7 +52,8 @@ export class VaultItemsComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
ngOnDestroy(): void {
|
||||
throw new Error("Method not implemented.");
|
||||
this.destroy$.next();
|
||||
this.destroy$.complete();
|
||||
}
|
||||
|
||||
async load(filter: (cipher: CipherView) => boolean = null, deleted = false) {
|
||||
|
Loading…
Reference in New Issue
Block a user