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:
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -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
2
jslib
Submodule jslib updated: 597e45940a...8a0f096fd6
@@ -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