1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

fix lint issue

This commit is contained in:
Maurits Lourens 2021-07-26 17:47:53 +02:00
parent bb69f40a46
commit cd132ca057

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