diff --git a/jslib b/jslib index b0eea9d7ce..d4b3a16fd1 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit b0eea9d7cefdc5453750f49985689fefa1fa53a5 +Subproject commit d4b3a16fd1196abd3134c23a9fa0b6c002790458 diff --git a/src/app/vault/groupings.component.ts b/src/app/vault/groupings.component.ts index 656d0a815e..d3ce89619f 100644 --- a/src/app/vault/groupings.component.ts +++ b/src/app/vault/groupings.component.ts @@ -12,7 +12,5 @@ import { GroupingsComponent as BaseGroupingsComponent } from 'jslib/angular/comp export class GroupingsComponent extends BaseGroupingsComponent { constructor(collectionService: CollectionService, folderService: FolderService) { super(collectionService, folderService); - this.loadNestedCollections = true; - this.loadNestedFolders = true; } }