diff --git a/src/components/ui/UiModalCard.vue b/src/components/ui/UiModalCard.vue index 0e8e2c45..846ddd6e 100644 --- a/src/components/ui/UiModalCard.vue +++ b/src/components/ui/UiModalCard.vue @@ -6,7 +6,7 @@ import { cn } from "@/utils/shadcn";
-import { useAttrs } from 'vue' -import { useFormField } from './useFormField' -import { cn } from '@/utils/shadcn' +import { useAttrs } from "vue"; +import { useFormField } from "./useFormField"; +import { cn } from "@/utils/shadcn"; defineOptions({ inheritAttrs: false, -}) +}); -const { formDescriptionId } = useFormField() -const { class: className, ...rest } = useAttrs() +const { formDescriptionId } = useFormField(); +const { class: className, ...rest } = useAttrs();