mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
add missing ? (#16356)
This commit is contained in:
@@ -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),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user