mirror of
https://github.com/wassname/talk.git
synced 2026-07-20 12:40:47 +08:00
Fix props
This commit is contained in:
@@ -28,9 +28,5 @@ const FormField: StatelessComponent<InnerProps> = props => {
|
||||
);
|
||||
};
|
||||
|
||||
FormField.defaultProps = {
|
||||
itemGutter: true,
|
||||
};
|
||||
|
||||
const enhanced = withStyles(styles)(FormField);
|
||||
export default enhanced;
|
||||
|
||||
Reference in New Issue
Block a user