1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-05 03:03:26 +00:00

add missing ?

This commit is contained in:
Brandon
2025-09-09 09:57:22 -04:00
parent f9042bff6e
commit c23fcb77e7

View File

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