eslint error: validate suggestion_box channelId prop

This commit is contained in:
Nicolas Clerc
2016-02-15 09:48:56 +01:00
parent 55a054ab0a
commit 49eda73749

View File

@@ -160,6 +160,7 @@ SuggestionBox.propTypes = {
value: React.PropTypes.string.isRequired,
onUserInput: React.PropTypes.func,
providers: React.PropTypes.arrayOf(React.PropTypes.object),
channelId: React.PropTypes.string,
// explicitly name any input event handlers we override and need to manually call
onChange: React.PropTypes.func,