1
0
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:
Kyle Spearrin
2018-10-29 10:06:42 -04:00
parent 60ee82ca47
commit 8998798fa4

View File

@@ -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);
}
this.nestedCollections = await this.collectionService.getAllNested(this.collections);
}
}