set max length as longest human name
This commit is contained in:
parent
fa9bf39450
commit
0955611061
@ -71,7 +71,7 @@ const TeamView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
onChange={props.onChange}
|
||||
tooltip={dataFields.designers.tooltip}
|
||||
editableEntries={true}
|
||||
maxLength={10}
|
||||
maxLength={747}
|
||||
/>
|
||||
</Fragment>
|
||||
);
|
||||
@ -129,7 +129,7 @@ const TeamView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
onChange={props.onChange}
|
||||
tooltip={dataFields.designers.tooltip}
|
||||
editableEntries={true}
|
||||
maxLength={10}
|
||||
maxLength={747}
|
||||
/>
|
||||
</Fragment>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user