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