fix: cannot make call

(cherry picked from commit 18aef2376a966b91c89f25fbd5706ab09630c336)
This commit is contained in:
Shariq Ansari 2025-05-15 11:24:27 +05:30 committed by Mergify
parent 1f2eef4f14
commit 3839a4cb43

View File

@ -184,7 +184,7 @@ const callActions = computed(() => {
{
label: __('Make a Call'),
icon: h(PhoneIcon, { class: 'h-4 w-4' }),
onClick: () => makeCall(doc.data.mobile_no),
onClick: () => makeCall(props.doc.data.mobile_no),
condition: () => callEnabled.value,
},
]