Skip to content

Commit 69de01c

Browse files
committed
fix: show actions without custom renderer
1 parent ddd460f commit 69de01c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adminforth/spa/src/components/ThreeDotsMenu.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
<li v-for="action in customActions" :key="action.id">
4747
<div class="wrapper">
4848
<component
49-
v-if="action.customComponent"
5049
:is="(action.customComponent && getCustomComponent(formatComponent(action.customComponent))) || CallActionWrapper"
5150
:meta="formatComponent(action.customComponent).meta"
5251
@callAction="(payload? : Object) => handleActionClick(action, payload)"

0 commit comments

Comments
 (0)