[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;