fix acknowledge spelling
Some checks failed
Continuous Deployment / Update Deployment (push) Failing after 1m23s

This commit is contained in:
2025-12-08 22:06:04 -05:00
parent dab0a7543c
commit ae9c7c89b1

View File

@@ -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(() => {
</FormField>
<!-- Code of Conduct (boolean, field name kept as-is) -->
<FormField name="aknowledgeRules" v-slot="{ value, handleChange }">
<FormField name="acknowledgeRules" v-slot="{ value, handleChange }">
<FormItem>
<FormLabel>Community Code of Conduct</FormLabel>
<FormControl>