fix: add custom actions using class based script in mobile view
This commit is contained in:
parent
8942bb7e48
commit
df412d51fe
@ -51,6 +51,10 @@
|
|||||||
v-if="deal.data._customActions?.length"
|
v-if="deal.data._customActions?.length"
|
||||||
:actions="deal.data._customActions"
|
:actions="deal.data._customActions"
|
||||||
/>
|
/>
|
||||||
|
<CustomActions
|
||||||
|
v-if="document.actions?.length"
|
||||||
|
:actions="document.actions"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="deal.data" class="flex h-full overflow-hidden">
|
<div v-if="deal.data" class="flex h-full overflow-hidden">
|
||||||
|
|||||||
@ -51,6 +51,10 @@
|
|||||||
v-if="lead.data._customActions?.length"
|
v-if="lead.data._customActions?.length"
|
||||||
:actions="lead.data._customActions"
|
:actions="lead.data._customActions"
|
||||||
/>
|
/>
|
||||||
|
<CustomActions
|
||||||
|
v-if="document.actions?.length"
|
||||||
|
:actions="document.actions"
|
||||||
|
/>
|
||||||
<Button
|
<Button
|
||||||
:label="__('Convert')"
|
:label="__('Convert')"
|
||||||
variant="solid"
|
variant="solid"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user