diff --git a/src/app/organizations/vault/ciphers.component.ts b/src/app/organizations/vault/ciphers.component.ts index efa3d80d..f26c9c90 100644 --- a/src/app/organizations/vault/ciphers.component.ts +++ b/src/app/organizations/vault/ciphers.component.ts @@ -46,7 +46,7 @@ export class CiphersComponent extends BaseCiphersComponent { } this.accessEvents = this.organization.useEvents; this.allCiphers = await this.cipherService.getAllFromApiForOrganization(this.organization.id); - await this.searchService.indexCiphers(this.allCiphers); + await this.searchService.indexCiphers(this.organization.id, this.allCiphers); await this.applyFilter(filter); this.loaded = true; }