fix: cannot make call
(cherry picked from commit 18aef2376a966b91c89f25fbd5706ab09630c336)
This commit is contained in:
parent
1f2eef4f14
commit
3839a4cb43
@ -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,
|
||||
},
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user