Merge pull request #821 from shariquerik/call-issue
This commit is contained in:
commit
f125737d30
@ -184,7 +184,7 @@ const callActions = computed(() => {
|
|||||||
{
|
{
|
||||||
label: __('Make a Call'),
|
label: __('Make a Call'),
|
||||||
icon: h(PhoneIcon, { class: 'h-4 w-4' }),
|
icon: h(PhoneIcon, { class: 'h-4 w-4' }),
|
||||||
onClick: () => makeCall(doc.data.mobile_no),
|
onClick: () => makeCall(props.doc.data.mobile_no),
|
||||||
condition: () => callEnabled.value,
|
condition: () => callEnabled.value,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user