Removing needless change
This commit is contained in:
parent
21c8e84698
commit
3c5eae472f
1 changed files with 1 additions and 2 deletions
|
|
@ -46,8 +46,7 @@ export default {
|
|||
const fieldOptions = {
|
||||
type: inputType,
|
||||
validateOnValueUpdate: false,
|
||||
validateOnMount: false,
|
||||
validateOnBlur: false
|
||||
validateOnMount: false
|
||||
};
|
||||
|
||||
const { handleChange, meta, errors }
|
||||
|
|
|
|||
Loading…
Reference in a new issue