Skip to content

Commit

Permalink
#24 fixed proptypes in radio-group
Browse files Browse the repository at this point in the history
  • Loading branch information
paleika committed Jan 3, 2021
1 parent 74a3ff3 commit c631560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui-elements/radio/radio-group.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ export default RadioGroup
RadioGroup.propTypes = {
input: PropTypes.object,
children: PropTypes.oneOfType([
PropTypes.arrayOf(PropTypes.instanceOf(Radio))
PropTypes.arrayOf(PropTypes.element)
]).isRequired
}

0 comments on commit c631560

Please sign in to comment.