We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd460f commit 69de01cCopy full SHA for 69de01c
1 file changed
adminforth/spa/src/components/ThreeDotsMenu.vue
@@ -46,7 +46,6 @@
46
<li v-for="action in customActions" :key="action.id">
47
<div class="wrapper">
48
<component
49
- v-if="action.customComponent"
50
:is="(action.customComponent && getCustomComponent(formatComponent(action.customComponent))) || CallActionWrapper"
51
:meta="formatComponent(action.customComponent).meta"
52
@callAction="(payload? : Object) => handleActionClick(action, payload)"
0 commit comments