Skip to content

Commit 6c8dc6a

Browse files
committed
fix: update condition for rendering custom component in ResourceListTable
1 parent aa94d5f commit 6c8dc6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/spa/src/components/ResourceListTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
:key="action.id"
201201
>
202202
<component
203-
v-if="action.customComponent"
203+
v-if="action"
204204
:is="action.customComponent ? getCustomComponent(formatComponent(action.customComponent)) : CallActionWrapper"
205205
:meta="formatComponent(action.customComponent).meta"
206206
:row="row"

0 commit comments

Comments
 (0)