Typo
This commit is contained in:
parent
ee7ebc425c
commit
640d88f25d
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ module.exports = React.createClass({
|
||||||
displayName: 'EditableItemList',
|
displayName: 'EditableItemList',
|
||||||
|
|
||||||
propTypes: {
|
propTypes: {
|
||||||
items: PropTypes.arrayOf(PropTypes. string).isRequired,
|
items: PropTypes.arrayOf(PropTypes.string).isRequired,
|
||||||
onNewItemChanged: PropTypes.func,
|
onNewItemChanged: PropTypes.func,
|
||||||
onItemAdded: PropTypes.func,
|
onItemAdded: PropTypes.func,
|
||||||
onItemEdited: PropTypes.func,
|
onItemEdited: PropTypes.func,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue