[fix] Override collection filter init to consider organization vault (#1652)
* [fix] Override collection filter init to consider organization vault * [dep] Update jslib
This commit is contained in:
parent
da62cec6f0
commit
81c6a4b1df
2
jslib
2
jslib
|
@ -1 +1 @@
|
|||
Subproject commit 4550b7ddf819b4f4f0a5d62376df6f7bf2425118
|
||||
Subproject commit 00deb38de589d67c48fa46be869e29aaef79fb8e
|
|
@ -33,4 +33,8 @@ export class VaultFilterComponent extends BaseVaultFilterComponent {
|
|||
async reloadOrganizations() {
|
||||
this.organizations = await this.vaultFilterService.buildOrganizations();
|
||||
}
|
||||
|
||||
async initCollections() {
|
||||
return await this.vaultFilterService.buildCollections(this.organization?.id);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue