fix: cannot select org in newDeal dialog

This commit is contained in:
Shariq Ansari 2023-12-11 15:52:59 +05:30
parent bd51426e12
commit 0dcd5b9eb3

View File

@ -138,7 +138,7 @@ const allFields = [
type: 'link',
placeholder: 'Organization',
doctype: 'CRM Organization',
change: (data) => (newDeal.organization = data),
change: (data) => (props.newDeal.organization = data),
create: (value, close) => {
_organization.value.organization_name = value
showOrganizationModal.value = true