1
0
mirror of https://github.com/bitwarden/web synced 2026-02-07 20:23:15 +00:00

Merge branch 'master' of github.com:bitwarden/web into feature/cl-forms

# Conflicts:
#	jslib
This commit is contained in:
Hinton
2022-05-10 16:40:13 +02:00
3 changed files with 5 additions and 5 deletions

View File

@@ -21,10 +21,6 @@
<!--Required for any UI changes. Delete if not applicable-->
## Testing requirements
<!--What functionality requires testing by QA? This includes testing new behavior and regression testing-->
## Before you submit
- [ ] I have checked for **linting** errors (`npm run lint`) (required)

2
jslib

Submodule jslib updated: 597e45940a...8a0f096fd6

View File

@@ -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);
}
}