fix: add contact in deal is not working
This commit is contained in:
parent
211107f025
commit
9b5e596cb1
@ -74,8 +74,7 @@
|
||||
field.mandatory_via_depends_on)
|
||||
"
|
||||
class="text-ink-red-3"
|
||||
> *</span
|
||||
>
|
||||
> *</span>
|
||||
</div>
|
||||
</Tooltip>
|
||||
<div class="flex items-center justify-between w-[65%]">
|
||||
@ -413,6 +412,9 @@ const props = defineProps({
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
addContact: {
|
||||
type: Function,
|
||||
},
|
||||
})
|
||||
|
||||
const { getFormattedPercent, getFormattedFloat, getFormattedCurrency } =
|
||||
|
||||
@ -121,6 +121,7 @@
|
||||
<SidePanelLayout
|
||||
v-model="deal.data"
|
||||
:sections="sections.data"
|
||||
:addContact="addContact"
|
||||
doctype="CRM Deal"
|
||||
v-slot="{ section }"
|
||||
@update="updateField"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user