Skip to content

Commit

Permalink
Fix bad PropTypes in PanelGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
stevoland committed Jul 4, 2014
1 parent 77326e1 commit 574eac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PanelGroup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ var PanelGroup = React.createClass({

propTypes: {
collapsable: React.PropTypes.bool,
activeKey: React.PropTypes.bool,
defaultActiveKey: React.PropTypes.bool,
activeKey: React.PropTypes.any,
defaultActiveKey: React.PropTypes.any,
onSelect: React.PropTypes.func
},

Expand Down

0 comments on commit 574eac6

Please sign in to comment.