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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user