1
0
Fork 0
mirror of synced 2024-10-01 17:47:46 +13:00

fix lint issue

This commit is contained in:
Maurits Lourens 2021-07-26 17:47:53 +02:00
parent e2de45db23
commit 01d9a86946

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