mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +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":
|
case "syncCompleted":
|
||||||
await this.load();
|
await this.load();
|
||||||
await this.vaultFilterComponent.reloadCollectionsAndFolders(this.activeFilter);
|
await this.vaultFilterComponent.reloadCollectionsAndFolders(this.activeFilter);
|
||||||
|
await this.vaultFilterComponent.reloadOrganizations();
|
||||||
break;
|
break;
|
||||||
case "refreshCiphers":
|
case "refreshCiphers":
|
||||||
this.ciphersComponent.refresh();
|
this.ciphersComponent.refresh();
|
||||||
|
|||||||
Reference in New Issue
Block a user