Skip to content

Commit 564422d

Browse files
committed
fix: show actions in list view
1 parent 75cce4b commit 564422d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

adminforth/spa/src/components/CallActionWrapper.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div @click="onClick">
2+
<div @click="onClick" class="flex items-center justify-center">
33
<slot />
44
</div>
55
</template>

adminforth/spa/src/components/ResourceListTable.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ import { Tooltip } from '@/afcl';
338338
import type { AdminForthResourceCommon, AdminForthResourceColumnInputCommon, AdminForthResourceColumnCommon, AdminForthComponentDeclaration } from '@/types/Common';
339339
import adminforth from '@/adminforth';
340340
import Checkbox from '@/afcl/Checkbox.vue';
341+
import CallActionWrapper from '@/components/CallActionWrapper.vue'
341342
342343
const coreStore = useCoreStore();
343344
const { t } = useI18n();

0 commit comments

Comments
 (0)