Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 9c07925

Browse files
committed
Correct proptype in Form
1 parent 5c4df82 commit 9c07925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/molecules/Form/Form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Form.propTypes = {
4444
formDefaults: PropTypes.object,
4545
id: PropTypes.string,
4646
validationSchema: PropTypes.object,
47-
onSubmit: PropTypes.function
47+
onSubmit: PropTypes.func
4848
}
4949

5050
Form.defaultProps = {

0 commit comments

Comments
 (0)