set max length as longest human name

This commit is contained in:
Ed Chalstrey 2022-06-01 16:12:19 +01:00
parent fa9bf39450
commit 0955611061

View File

@ -71,7 +71,7 @@ const TeamView: React.FunctionComponent<CategoryViewProps> = (props) => {
onChange={props.onChange} onChange={props.onChange}
tooltip={dataFields.designers.tooltip} tooltip={dataFields.designers.tooltip}
editableEntries={true} editableEntries={true}
maxLength={10} maxLength={747}
/> />
</Fragment> </Fragment>
); );
@ -129,7 +129,7 @@ const TeamView: React.FunctionComponent<CategoryViewProps> = (props) => {
onChange={props.onChange} onChange={props.onChange}
tooltip={dataFields.designers.tooltip} tooltip={dataFields.designers.tooltip}
editableEntries={true} editableEntries={true}
maxLength={10} maxLength={747}
/> />
</Fragment> </Fragment>
); );