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