fix typo in proptypes
This commit is contained in:
parent
2192efc49f
commit
5f2312295c
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ export let FileActions = React.createClass({
|
|||
path: React.PropTypes.string,
|
||||
hidden: React.PropTypes.bool,
|
||||
deleteChecked: React.PropTypes.bool,
|
||||
onRemove: React.PropTypes.function,
|
||||
onRemove: React.PropTypes.func,
|
||||
},
|
||||
getInitialState: function() {
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue