1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 19:53:43 +00:00

nested collections

This commit is contained in:
Kyle Spearrin
2018-10-25 12:19:35 -04:00
parent 1390d7eb1d
commit 8252512784
4 changed files with 20 additions and 9 deletions

View File

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