mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +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);
|
await this.openGenerator(false);
|
||||||
break;
|
break;
|
||||||
case "syncCompleted":
|
case "syncCompleted":
|
||||||
await this.load();
|
await this.ciphersComponent.reload(this.buildFilter());
|
||||||
await this.vaultFilterComponent.reloadCollectionsAndFolders(this.activeFilter);
|
await this.vaultFilterComponent.reloadCollectionsAndFolders(this.activeFilter);
|
||||||
await this.vaultFilterComponent.reloadOrganizations();
|
await this.vaultFilterComponent.reloadOrganizations();
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user