Showing
1 changed file
with
1 additions
and
1 deletions
@@ -47,7 +47,7 @@ export const formSchema: FormSchema[] = [ | @@ -47,7 +47,7 @@ export const formSchema: FormSchema[] = [ | ||
47 | component: 'Input', | 47 | component: 'Input', |
48 | required: true, | 48 | required: true, |
49 | componentProps: { | 49 | componentProps: { |
50 | - maxLength: 255, | 50 | + maxLength: 36, |
51 | }, | 51 | }, |
52 | }, | 52 | }, |
53 | { | 53 | { |