diff --git a/src/app/organizations/vault/groupings.component.ts b/src/app/organizations/vault/groupings.component.ts index dcfb1605ba..73ad717944 100644 --- a/src/app/organizations/vault/groupings.component.ts +++ b/src/app/organizations/vault/groupings.component.ts @@ -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); } }