@@ -68,7 +68,11 @@
field: 'managerName',
component: 'Input',
label: t('routes.corporation.managerName'),
+
required: true,
+ componentProps: {
+ maxLength: 85,
+ },
colProps: {
span: 22,
},