Skip to content

Commit 9ff2d94

Browse files
committed
form export default
1 parent 7dd0e39 commit 9ff2d94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/FormValidation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ interface IProps {
55
onSubmit: (valid: boolean) => void;
66
}
77

8-
export class FormValidation extends React.PureComponent<IProps> {
8+
export default class FormValidation extends React.PureComponent<IProps> {
99
private validationContext: ValidationContext;
1010

1111
private bindValidationContext = (validationContext: ValidationContext): void => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"validation",
1111
"material"
1212
],
13-
"version": "1.9.1",
13+
"version": "1.9.3",
1414
"main": "./dist/index.js",
1515
"types": "./dist/index.d.ts",
1616
"license": "MIT",

0 commit comments

Comments
 (0)