mirror of
https://github.com/bitwarden/browser
synced 2026-02-24 08:33:29 +00:00
fix searchableCollectionNodes
This commit is contained in:
@@ -472,7 +472,7 @@ export class VaultComponent implements OnInit, OnDestroy {
|
||||
collections,
|
||||
filter.collectionId,
|
||||
);
|
||||
searchableCollectionNodes = selectedCollection.children ?? [];
|
||||
searchableCollectionNodes = selectedCollection?.children ?? [];
|
||||
}
|
||||
|
||||
let collectionsToReturn: CollectionAdminView[] = [];
|
||||
|
||||
Reference in New Issue
Block a user