Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Feb 15, 2024
1 parent ccadf1b commit 967927c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ export function validateBeforeOnChange(
return
}

onChange({ ...nextValues, isValid } as any)
onChange({ ...nextValues, isValid })
}
}

0 comments on commit 967927c

Please sign in to comment.