mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 19:53:43 +00:00
Various small vault filter fixes (#1659)
This commit is contained in:
@@ -58,7 +58,8 @@ export class CiphersComponent extends BaseCiphersComponent {
|
||||
);
|
||||
}
|
||||
|
||||
async load(filter: (cipher: CipherView) => boolean = null) {
|
||||
async load(filter: (cipher: CipherView) => boolean = null, deleted = false) {
|
||||
this.deleted = deleted || false;
|
||||
if (this.organization.canEditAnyCollection) {
|
||||
this.accessEvents = this.organization.useEvents;
|
||||
this.allCiphers = await this.cipherService.getAllFromApiForOrganization(this.organization.id);
|
||||
|
||||
Reference in New Issue
Block a user