Skip to content
This repository has been archived by the owner on Aug 27, 2018. It is now read-only.

Commit

Permalink
Correct merge on field component
Browse files Browse the repository at this point in the history
  • Loading branch information
GuenoleK committed Nov 3, 2016
1 parent f5c6fe6 commit a3f956c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/field.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ Field.displayName = 'Field';
Field.propTypes = {
error: PropTypes.string,
name: PropTypes.string.isRequired,
multiple: PropTypes.bool,
hasLabel: PropTypes.bool
};
Field.defaultProps = {
hasLabel: true
multiple: PropTypes.bool
};
export default Field;

0 comments on commit a3f956c

Please sign in to comment.