From 15619c626547fb3cb38cf9c114910ce079d47e7e Mon Sep 17 00:00:00 2001 From: Brandon Treston Date: Tue, 9 Sep 2025 10:13:21 -0400 Subject: [PATCH] add missing ? (#16356) --- .../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 9035402151f..3c389a05405 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 @@ -1462,7 +1462,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), },