From c23fcb77e71baf3cd11d69af15befcc86a3ebef7 Mon Sep 17 00:00:00 2001 From: Brandon Date: Tue, 9 Sep 2025 09:57:22 -0400 Subject: [PATCH] add missing ? --- .../admin-console/organizations/collections/vault.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/admin-console/organizations/collections/vault.component.ts b/apps/web/src/app/admin-console/organizations/collections/vault.component.ts index 69bcd22dde1..d72e2790a3b 100644 --- a/apps/web/src/app/admin-console/organizations/collections/vault.component.ts +++ b/apps/web/src/app/admin-console/organizations/collections/vault.component.ts @@ -1458,7 +1458,7 @@ export class vNextVaultComponent implements OnInit, OnDestroy { ciphers: items, organizationId: organization.id, availableCollections, - activeCollection: this.activeFilter.selectedCollectionNode.node, + activeCollection: this.activeFilter?.selectedCollectionNode?.node, isSingleCipherAdmin: items.length === 1 && (organization.canEditAllCiphers || items[0].isUnassigned), },