mirror of
https://github.com/bitwarden/web
synced 2025-12-15 07:43:16 +00:00
Revert "Get all collections from server if required"
This reverts commit eae38e2f9c.
This commit is contained in:
@@ -29,8 +29,6 @@ export class VaultFilterComponent extends BaseVaultFilterComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async initCollections() {
|
async initCollections() {
|
||||||
this.vaultFilterService.getAllCollectionsFromServer =
|
|
||||||
this.organization?.canEditAnyCollection ?? false;
|
|
||||||
return await this.vaultFilterService.buildCollections(this.organization?.id);
|
return await this.vaultFilterService.buildCollections(this.organization?.id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user