1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

[fix] Reload organization filter options on sync complete (#2696)

* [fix] Reload organization filter options on sync complete

* [dep] Update jslib
This commit is contained in:
Addison Beck
2022-05-17 21:08:29 -04:00
committed by GitHub
parent 58611fdd00
commit 06e25147cd
3 changed files with 3 additions and 2 deletions

View File

@@ -130,6 +130,7 @@ export class VaultComponent implements OnInit, OnDestroy {
case "syncCompleted":
await this.load();
await this.vaultFilterComponent.reloadCollectionsAndFolders(this.activeFilter);
await this.vaultFilterComponent.reloadOrganizations();
break;
case "refreshCiphers":
this.ciphersComponent.refresh();