mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-25 12:15:18 +01:00
[fix] Remove function implementation that was moved to jslib (#1692)
* [fix] Remove function implementation that was moved to jslib * [dep] Update jslib
This commit is contained in:
parent
7b55c8ad1a
commit
6ee47f0057
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 65584c64966a6624dd84df6a4d0e1a7155656c97
|
||||
Subproject commit 2f54893854da61a742f87b02ec4328f7933bfe27
|
@ -28,16 +28,6 @@ export class VaultFilterComponent extends BaseVaultFilterComponent {
|
||||
this.onSearchTextChanged.emit(this.searchText);
|
||||
}
|
||||
|
||||
// This method exists because the vault component gets its data mixed up during the initial sync on first login. It looks for data before the sync is complete.
|
||||
// It should be removed as soon as doing so makes sense.
|
||||
async reloadOrganizations() {
|
||||
this.organizations = await this.vaultFilterService.buildOrganizations();
|
||||
this.activePersonalOwnershipPolicy =
|
||||
await this.vaultFilterService.checkForPersonalOwnershipPolicy();
|
||||
this.activeSingleOrganizationPolicy =
|
||||
await this.vaultFilterService.checkForSingleOrganizationPolicy();
|
||||
}
|
||||
|
||||
async initCollections() {
|
||||
return await this.vaultFilterService.buildCollections(this.organization?.id);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user