1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

always loading nested now

This commit is contained in:
Kyle Spearrin
2018-10-26 10:49:14 -04:00
parent e1284002a9
commit 60ee82ca47
2 changed files with 1 additions and 3 deletions

2
jslib

Submodule jslib updated: b0eea9d7ce...d4b3a16fd1

View File

@@ -21,8 +21,6 @@ export class GroupingsComponent extends BaseGroupingsComponent {
constructor(collectionService: CollectionService, folderService: FolderService) {
super(collectionService, folderService);
this.loadNestedFolders = true;
this.loadNestedCollections = true;
}
searchTextChanged() {