fix: only show create lead button on incoming call
This commit is contained in:
parent
aa8c270571
commit
6fdf79d567
@ -5,7 +5,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template #right-header>
|
<template #right-header>
|
||||||
<Button
|
<Button
|
||||||
v-if="!callLog.data.lead"
|
v-if="callLog.data.type == 'Incoming' && !callLog.data.lead"
|
||||||
variant="solid"
|
variant="solid"
|
||||||
label="Create lead"
|
label="Create lead"
|
||||||
@click="createLead"
|
@click="createLead"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user