1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +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, ciphers: items,
organizationId: organization.id, organizationId: organization.id,
availableCollections, availableCollections,
activeCollection: this.activeFilter.selectedCollectionNode.node, activeCollection: this.activeFilter?.selectedCollectionNode?.node,
isSingleCipherAdmin: isSingleCipherAdmin:
items.length === 1 && (organization.canEditAllCiphers || items[0].isUnassigned), items.length === 1 && (organization.canEditAllCiphers || items[0].isUnassigned),
}, },