fix: organization options in newLead dialog not working
This commit is contained in:
parent
ef3babe7a1
commit
c6118569ee
@ -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
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user