mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
always load nested collections
This commit is contained in:
@@ -46,9 +46,6 @@ export class GroupingsComponent extends BaseGroupingsComponent {
|
|||||||
unassignedCollection.organizationId = this.organization.id;
|
unassignedCollection.organizationId = this.organization.id;
|
||||||
unassignedCollection.readOnly = true;
|
unassignedCollection.readOnly = true;
|
||||||
this.collections.push(unassignedCollection);
|
this.collections.push(unassignedCollection);
|
||||||
|
this.nestedCollections = await this.collectionService.getAllNested(this.collections);
|
||||||
if (this.loadNestedCollections) {
|
|
||||||
this.nestedCollections = await this.collectionService.getAllNested(this.collections);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user