1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +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

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() {