fix acknowledge spelling
Some checks failed
Continuous Deployment / Update Deployment (push) Failing after 1m23s
Some checks failed
Continuous Deployment / Update Deployment (push) Failing after 1m23s
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user