1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-15 02:18:42 +02: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);
}
}