Showing
1 changed file
with
1 additions
and
1 deletions
@@ -138,7 +138,7 @@ export const formSchema: FormSchema[] = [ | @@ -138,7 +138,7 @@ export const formSchema: FormSchema[] = [ | ||
138 | component: 'Input', | 138 | component: 'Input', |
139 | required: true, | 139 | required: true, |
140 | componentProps: { | 140 | componentProps: { |
141 | - maxLength: 255, | 141 | + maxLength: 100, |
142 | }, | 142 | }, |
143 | }, | 143 | }, |
144 | 144 |