Skip to content

Commit

Permalink
Merge pull request #13 from yshysh123/patch-1
Browse files Browse the repository at this point in the history
fix: 修复 tag defaultProps 定义
  • Loading branch information
lijinke666 committed Jan 25, 2019
2 parents 2c9d8c1 + 2df8d30 commit 4aa5175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tag/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default class Tag extends PureComponent {

static propTypes = {
prefixCls: PropTypes.string.isRequired,
types: PropTypes.oneOf(types),
type: PropTypes.oneOf(types),
color: PropTypes.string,
hollow: PropTypes.bool,
disabled: PropTypes.bool,
Expand Down

0 comments on commit 4aa5175

Please sign in to comment.