diff --git a/src/components/inputs/BaseInputProps.ts b/src/components/inputs/BaseInputProps.ts index 476a358..b0c3b4b 100644 --- a/src/components/inputs/BaseInputProps.ts +++ b/src/components/inputs/BaseInputProps.ts @@ -189,7 +189,7 @@ export const configSchema = z.object({ .describe('The delimiter to use when joining the form data'), teamNumber: z .number() - .describe('The team number of the team using this form.') + .describe('The team number of the team using this form.'), sections: z.array(sectionSchema), });