1
0
forked from test/crm

fix: make call action

This commit is contained in:
Shariq Ansari 2024-10-28 22:33:25 +05:30
parent 19c71e0b3e
commit 80cbae2f8f

View File

@ -162,15 +162,12 @@
<ErrorMessage :message="__(error)" />
</div>
</div>
<div class="flex gap-1.5">
<div v-if="contact.data.actual_mobile_no" class="flex gap-1.5">
<Button
:label="__('Make Call')"
size="sm"
@click="
() => {
detailMode = false
showContactModal = true
}
callEnabled && makeCall(contact.data.actual_mobile_no)
"
>
<template #prefix>