1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-24 08:33:29 +00:00

fix searchableCollectionNodes

This commit is contained in:
jaasen-livefront
2026-02-10 16:54:15 -08:00
parent c78c019787
commit 6635e42377

View File

@@ -472,7 +472,7 @@ export class VaultComponent implements OnInit, OnDestroy {
collections,
filter.collectionId,
);
searchableCollectionNodes = selectedCollection.children ?? [];
searchableCollectionNodes = selectedCollection?.children ?? [];
}
let collectionsToReturn: CollectionAdminView[] = [];