fix: cannot make call

This commit is contained in:
Shariq Ansari 2025-05-15 11:24:27 +05:30
parent c8287ff107
commit 18aef2376a

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,
},
]