mirror of
https://github.com/bitwarden/web
synced 2025-12-11 05:43:16 +00:00
[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:
2
jslib
2
jslib
Submodule jslib updated: 4550b7ddf8...00deb38de5
@@ -33,4 +33,8 @@ export class VaultFilterComponent extends BaseVaultFilterComponent {
|
|||||||
async reloadOrganizations() {
|
async reloadOrganizations() {
|
||||||
this.organizations = await this.vaultFilterService.buildOrganizations();
|
this.organizations = await this.vaultFilterService.buildOrganizations();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async initCollections() {
|
||||||
|
return await this.vaultFilterService.buildCollections(this.organization?.id);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user