fix: add custom actions using class based script in mobile view

This commit is contained in:
Shariq Ansari 2025-06-06 17:19:27 +05:30
parent 8942bb7e48
commit df412d51fe
2 changed files with 8 additions and 0 deletions

View File

@ -51,6 +51,10 @@
v-if="deal.data._customActions?.length"
:actions="deal.data._customActions"
/>
<CustomActions
v-if="document.actions?.length"
:actions="document.actions"
/>
</div>
</div>
<div v-if="deal.data" class="flex h-full overflow-hidden">

View File

@ -51,6 +51,10 @@
v-if="lead.data._customActions?.length"
:actions="lead.data._customActions"
/>
<CustomActions
v-if="document.actions?.length"
:actions="document.actions"
/>
<Button
:label="__('Convert')"
variant="solid"