Skip to content

Commit d87be78

Browse files
authored
Revert [UI] func name in form util 1.2.1 (#88)
1 parent 91d8f4b commit d87be78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils/form.util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const setFieldState = (args, state) => {
2828
}
2929
}
3030

31-
export const areFormValuesChanged = (initialValues, values) => {
31+
export const isEqualValues = (initialValues, values) => {
3232
const replacer = (key, value) => {
3333
if (value === '') {
3434
return undefined

0 commit comments

Comments
 (0)