1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

[fix] Be more precise about what is reloaded in the vault on sync complete (#2701)

This commit is contained in:
Addison Beck
2022-05-18 10:46:50 -04:00
committed by GitHub
parent ee43ef9ba1
commit 141a54dbbe

View File

@@ -128,7 +128,7 @@ export class VaultComponent implements OnInit, OnDestroy {
await this.openGenerator(false);
break;
case "syncCompleted":
await this.load();
await this.ciphersComponent.reload(this.buildFilter());
await this.vaultFilterComponent.reloadCollectionsAndFolders(this.activeFilter);
await this.vaultFilterComponent.reloadOrganizations();
break;