fix lint issue

This commit is contained in:
Maurits Lourens 2021-07-26 17:47:53 +02:00
parent bb69f40a46
commit cd132ca057
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@
const clearValue = () => {
const { fieldState } = fieldMap[field]
const newValue = initialValues[field] ?? defaultValue;
const newValue = initialValues[field] ?? defaultValue
fieldState.update(state => {
state.value = newValue
state.error = null