mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
always loading nested now
This commit is contained in:
parent
4da8a4d176
commit
da45a777ea
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit b0eea9d7cefdc5453750f49985689fefa1fa53a5
|
||||
Subproject commit d4b3a16fd1196abd3134c23a9fa0b6c002790458
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user