mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01: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:
parent
58611fdd00
commit
06e25147cd
@ -1 +1 @@
|
||||
Subproject commit 65584c64966a6624dd84df6a4d0e1a7155656c97
|
||||
Subproject commit 2f54893854da61a742f87b02ec4328f7933bfe27
|
@ -1 +1 @@
|
||||
Subproject commit 65584c64966a6624dd84df6a4d0e1a7155656c97
|
||||
Subproject commit 2f54893854da61a742f87b02ec4328f7933bfe27
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user