[fix] Be more precise about what is reloaded in the vault on sync complete (#2701)
This commit is contained in:
parent
ee43ef9ba1
commit
141a54dbbe
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue