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