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