Showing
1 changed file
with
1 additions
and
0 deletions
@@ -34,6 +34,7 @@ export const getFormSchemas = ({ | @@ -34,6 +34,7 @@ export const getFormSchemas = ({ | ||
34 | required: true, | 34 | required: true, |
35 | componentProps: { | 35 | componentProps: { |
36 | placeholder: `${t('rule.linkedge.index.pleaseEnter')}${t('rule.linkedge.index.name')}`, | 36 | placeholder: `${t('rule.linkedge.index.pleaseEnter')}${t('rule.linkedge.index.name')}`, |
37 | + maxLength: 36, | ||
37 | }, | 38 | }, |
38 | }, | 39 | }, |
39 | { | 40 | { |