[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 65584c64966a6624dd84df6a4d0e1a7155656c97
Subproject commit 2f54893854da61a742f87b02ec4328f7933bfe27

@ -1 +1 @@
Subproject commit 65584c64966a6624dd84df6a4d0e1a7155656c97
Subproject commit 2f54893854da61a742f87b02ec4328f7933bfe27

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();