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 83f81faf07..5d1611bb06 100644 --- a/src/app/vault/groupings.component.ts +++ b/src/app/vault/groupings.component.ts @@ -21,8 +21,6 @@ export class GroupingsComponent extends BaseGroupingsComponent { constructor(collectionService: CollectionService, folderService: FolderService) { super(collectionService, folderService); - this.loadNestedFolders = true; - this.loadNestedCollections = true; } searchTextChanged() {