diff --git a/jslib b/jslib index aca098645a2..090ad790f5a 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit aca098645a21eef496e21d7c3a942cf6a83ff7bc +Subproject commit 090ad790f5ace3526ce8202d2ac74751e6618587 diff --git a/src/app/organizations/vault/ciphers.component.ts b/src/app/organizations/vault/ciphers.component.ts index efa3d80d3d0..f26c9c90211 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; }