fix: organization options in newLead dialog not working

This commit is contained in:
Shariq Ansari 2023-11-06 22:03:04 +05:30
parent ef3babe7a1
commit c6118569ee

View File

@ -148,7 +148,7 @@ const allFields = [
placeholder: 'Organization', placeholder: 'Organization',
options: getOrganizationOptions(), options: getOrganizationOptions(),
change: (option) => { change: (option) => {
newLead.organization = option.name props.newLead.organization = option.value
}, },
}, },
{ {