mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
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',
|
||||
|
||||
propTypes: {
|
||||
items: PropTypes.arrayOf(PropTypes. string).isRequired,
|
||||
items: PropTypes.arrayOf(PropTypes.string).isRequired,
|
||||
onNewItemChanged: PropTypes.func,
|
||||
onItemAdded: PropTypes.func,
|
||||
onItemEdited: PropTypes.func,
|
||||
|
|
Loading…
Reference in a new issue