mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
always load nested collections
This commit is contained in:
parent
60ee82ca47
commit
8998798fa4
@ -46,9 +46,6 @@ export class GroupingsComponent extends BaseGroupingsComponent {
|
||||
unassignedCollection.organizationId = this.organization.id;
|
||||
unassignedCollection.readOnly = true;
|
||||
this.collections.push(unassignedCollection);
|
||||
|
||||
if (this.loadNestedCollections) {
|
||||
this.nestedCollections = await this.collectionService.getAllNested(this.collections);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user