mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-12 19:14:08 +00:00
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…
x
Reference in New Issue
Block a user