From ae9c7c89b1844ec7e9f4c4ed9bb3613d7e8ab0a2 Mon Sep 17 00:00:00 2001 From: ajdj100 Date: Mon, 8 Dec 2025 22:06:04 -0500 Subject: [PATCH] fix acknowledge spelling --- ui/src/components/application/ApplicationForm.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/components/application/ApplicationForm.vue b/ui/src/components/application/ApplicationForm.vue index e9cd4f0..9bcc058 100644 --- a/ui/src/components/application/ApplicationForm.vue +++ b/ui/src/components/application/ApplicationForm.vue @@ -36,7 +36,7 @@ const formSchema = toTypedSchema(z.object({ timezone: z.string().nonempty(), canAttendSaturday: z.boolean(), interests: z.string().nonempty(), - aknowledgeRules: z.literal(true, { + acknowledgeRules: z.literal(true, { errorMap: () => ({ message: "Required" }) }), })) @@ -45,7 +45,7 @@ const formSchema = toTypedSchema(z.object({ const fallbackInitials = { military: false, canAttendSaturday: false, - aknowledgeRules: false, + acknowledgeRules: false, } const props = defineProps<{ @@ -267,7 +267,7 @@ onMounted(() => { - + Community Code of Conduct