From 9baf2b97b93cc9cfc1e2827c1ece737538c95c32 Mon Sep 17 00:00:00 2001 From: ajdj100 Date: Mon, 19 Jan 2026 19:04:53 -0500 Subject: [PATCH] Added spinner reference --- ui/src/components/loa/loaForm.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/components/loa/loaForm.vue b/ui/src/components/loa/loaForm.vue index b1a360b..cfa2077 100644 --- a/ui/src/components/loa/loaForm.vue +++ b/ui/src/components/loa/loaForm.vue @@ -66,6 +66,7 @@ import { loaSchema } from '@shared/schemas/loaSchema' import { toTypedSchema } from "@vee-validate/zod"; import Calendar from "../ui/calendar/Calendar.vue"; import { useUserStore } from "@/stores/user"; +import Spinner from "../ui/spinner/Spinner.vue"; const { handleSubmit, values, resetForm } = useForm({ validationSchema: toTypedSchema(loaSchema),