mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-17 12:07:09 +00:00
Typo autoComplete
This commit is contained in:
parent
fea31e219c
commit
cd742fbef0
@ -35,7 +35,7 @@ class TextField extends React.PureComponent<TextFieldProps> {
|
||||
const underline = meta.active || (meta.visited && !meta.valid)
|
||||
|
||||
const inputRoot = helperText ? classes.root : undefined
|
||||
const inputProps = { ...restInput, autocomplete: 'off' }
|
||||
const inputProps = { ...restInput, autoComplete: 'off' }
|
||||
const inputRootProps = { disableUnderline: !underline, className: inputRoot }
|
||||
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user