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 = {
|
const fieldOptions = {
|
||||||
type: inputType,
|
type: inputType,
|
||||||
validateOnValueUpdate: false,
|
validateOnValueUpdate: false,
|
||||||
validateOnMount: false,
|
validateOnMount: false
|
||||||
validateOnBlur: false
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const { handleChange, meta, errors }
|
const { handleChange, meta, errors }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue