adminforth 2.13.0-next.57 → 2.13.0-next.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -360,6 +360,7 @@ import { Tooltip } from '@/afcl';
|
|
|
360
360
|
import type { AdminForthResourceCommon, AdminForthResourceColumnCommon, AdminForthComponentDeclaration } from '@/types/Common';
|
|
361
361
|
import adminforth from '@/adminforth';
|
|
362
362
|
import Checkbox from '@/afcl/Checkbox.vue';
|
|
363
|
+
import CallActionWrapper from '@/components/CallActionWrapper.vue'
|
|
363
364
|
|
|
364
365
|
const coreStore = useCoreStore();
|
|
365
366
|
const { t } = useI18n();
|