Skip to content

Commit

Permalink
Merge pull request ant-design#2919 from ddcat1115/fix-2906_
Browse files Browse the repository at this point in the history
fix ButtonGroup 'default' size warning
  • Loading branch information
ddcat1115 authored Sep 1, 2016
2 parents 7c99d5f + 5762b41 commit a1021de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/button/button-group.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ export default function ButtonGroup(props) {
}

ButtonGroup.propTypes = {
size: React.PropTypes.oneOf(['large', 'small']),
size: React.PropTypes.oneOf(['large', 'default', 'small']),
};

0 comments on commit a1021de

Please sign in to comment.