1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

add missing ? (#16356)

This commit is contained in:
Brandon Treston
2025-09-09 10:13:21 -04:00
committed by GitHub
parent ac18cd175e
commit 15619c6265

View File

@@ -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),
},