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 {
|
||||
|
@ -218,4 +218,4 @@ export let FileActions = React.createClass({
|
|||
</section>
|
||||
);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue