mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +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:
Submodule apps/browser/jslib updated: 65584c6496...2f54893854
Submodule apps/desktop/jslib updated: 65584c6496...2f54893854
@@ -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