Skip to content

Commit 6aaa44b

Browse files
committed
fix #4
1 parent 24727ea commit 6aaa44b

File tree

1 file changed

+1
-1
lines changed
  • src/resources/assets/js/components/enso/vuedatatable

1 file changed

+1
-1
lines changed

src/resources/assets/js/components/enso/vuedatatable/TableBody.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</td>
3434
<td class="table-actions"
3535
:class="template.align"
36-
v-if="!isChild(row)">
36+
v-if="template.actions && !isChild(row)">
3737
<span class="table-action-buttons">
3838
<a v-for="(button, index) in template.buttons.row"
3939
:key="index"

0 commit comments

Comments
 (0)