Skip to content

Commit

Permalink
revert name length used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
euanmillar committed Oct 19, 2023
1 parent a1bfc30 commit 358f8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/form/common/common-required-fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const getFirstNameField = (
id: 'form.field.label.firstNames'
},
conditionals,
maxLength: 250,
maxLength: 32,
required: true,
initialValue: '',
validator: [
Expand Down

0 comments on commit 358f8b4

Please sign in to comment.