diff --git a/apps/desktop/src/vault/app/vault/vault-v2.component.ts b/apps/desktop/src/vault/app/vault/vault-v2.component.ts index 5f888e081c1..6dda97807be 100644 --- a/apps/desktop/src/vault/app/vault/vault-v2.component.ts +++ b/apps/desktop/src/vault/app/vault/vault-v2.component.ts @@ -723,9 +723,7 @@ export class VaultV2Component this.cipherId = cipher.id; this.cipher = cipher; - if (this.activeUserId) { - await this.cipherService.clearCache(this.activeUserId).catch(() => {}); - } + await this.vaultItemsComponent?.load(this.activeFilter.buildFilter()).catch(() => {}); await this.go().catch(() => {}); await this.vaultItemsComponent?.refresh().catch(() => {});