add missing ?

Brandon 8 months ago
parent f9042bff6e
commit c23fcb77e7
No known key found for this signature in database
GPG Key ID: A0E0EF0B207BA40D

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

Loading…
Cancel
Save