Skip to content

Commit

Permalink
,
Browse files Browse the repository at this point in the history
  • Loading branch information
tytremblay committed Dec 17, 2024
1 parent bc69550 commit 915d238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/inputs/BaseInputProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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),
});

Expand Down

0 comments on commit 915d238

Please sign in to comment.