Makes minMaxLength 2 to AddCustomToken (#363)
This commit is contained in:
parent
1debb280b8
commit
4f64a2e4df
|
@ -158,7 +158,7 @@ const AddCustomToken = (props: Props) => {
|
|||
name="symbol"
|
||||
component={TextField}
|
||||
type="text"
|
||||
validate={composeValidators(required, minMaxLength(3, 12))}
|
||||
validate={composeValidators(required, minMaxLength(2, 12))}
|
||||
placeholder="Token symbol*"
|
||||
text="Token symbol"
|
||||
className={classes.addressInput}
|
||||
|
|
Loading…
Reference in New Issue