Skip to content

Commit

Permalink
Revert [UI] func name in form util 1.2.1 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan7empest authored Dec 15, 2022
1 parent 91d8f4b commit d87be78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/utils/form.util.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const setFieldState = (args, state) => {
}
}

export const areFormValuesChanged = (initialValues, values) => {
export const isEqualValues = (initialValues, values) => {
const replacer = (key, value) => {
if (value === '') {
return undefined
Expand Down

0 comments on commit d87be78

Please sign in to comment.