Add proptype
This commit is contained in:
parent
93ecdc90a9
commit
f7e6a996c5
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ module.exports = React.createClass({
|
|||
rowClassName: React.PropTypes.string,
|
||||
rowLabelClassName: React.PropTypes.string,
|
||||
rowInputClassName: React.PropTypes.string,
|
||||
buttonClassName: React.PropTypes.string
|
||||
buttonClassName: React.PropTypes.string,
|
||||
disableConfirmation: React.PropTypes.bool,
|
||||
},
|
||||
|
||||
Phases: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue