add a maxLength designers
This commit is contained in:
parent
663a910cc1
commit
61b2a40345
@ -70,6 +70,7 @@ const TeamView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
onChange={props.onChange}
|
||||
tooltip={dataFields.designers.tooltip}
|
||||
editableEntries={true}
|
||||
maxLength={10}
|
||||
/>
|
||||
</Fragment>
|
||||
);
|
||||
@ -127,6 +128,7 @@ const TeamView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
onChange={props.onChange}
|
||||
tooltip={dataFields.designers.tooltip}
|
||||
editableEntries={true}
|
||||
maxLength={10}
|
||||
/>
|
||||
</Fragment>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user