Skip to content

Commit 657048e

Browse files
committed
fix(ant): Fix missing default export
1 parent 16352ac commit 657048e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/ant-component-mapper/src/validation-error/validation-error.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ export const validationError = (meta, validateOnMount) => {
55

66
return meta.touched && (meta.error || meta.submitError);
77
};
8+
9+
export default validationError;

0 commit comments

Comments
 (0)