mirror of
https://github.com/bitwarden/web
synced 2025-12-31 07:33:39 +00:00
Merge branch 'master' of github.com:bitwarden/web into feature/cl-forms
# Conflicts: # jslib
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user