From 358f8b424426929875e7742d87d818357d4d3a41 Mon Sep 17 00:00:00 2001 From: euanmillar Date: Thu, 19 Oct 2023 21:54:20 +0100 Subject: [PATCH] revert name length used for testing --- src/form/common/common-required-fields.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/form/common/common-required-fields.ts b/src/form/common/common-required-fields.ts index 2a707a166..7213712fd 100644 --- a/src/form/common/common-required-fields.ts +++ b/src/form/common/common-required-fields.ts @@ -82,7 +82,7 @@ export const getFirstNameField = ( id: 'form.field.label.firstNames' }, conditionals, - maxLength: 250, + maxLength: 32, required: true, initialValue: '', validator: [