Skip to content

Commit 7b58383

Browse files
authored
Merge pull request #974 from rvsia/fixMissingExport
fix(ant): Fix missing default export
2 parents 16352ac + 657048e commit 7b58383

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)