File tree Expand file tree Collapse file tree
adminforth/spa/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ import { useRoute, useRouter } from 'vue-router';
103103import CallActionWrapper from ' @/components/CallActionWrapper.vue'
104104import { ref , type ComponentPublicInstance , onMounted , onUnmounted } from ' vue' ;
105105import type { AdminForthActionFront , AdminForthBulkActionFront , AdminForthComponentDeclarationFull } from ' @/types/Common' ;
106- import type { AdminForthActionInput } from ' @/types/Back' ;
107106import { Spinner } from ' @/afcl' ;
108107
109108const { list, alert} = useAdminforth ();
@@ -137,7 +136,7 @@ function setComponentRef(el: ComponentPublicInstance | null, index: number) {
137136 }
138137}
139138
140- async function handleActionClick(action : AdminForthActionInput , payload : any ) {
139+ async function handleActionClick(action : AdminForthActionFront , payload : any ) {
141140 list .closeThreeDotsDropdown ();
142141 await executeCustomAction ({
143142 actionId: action .id ,
You can’t perform that action at this time.
0 commit comments