summaryrefslogtreecommitdiffstats
path: root/webapp/components/textbox.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-18 13:25:46 -0400
committerChristopher Speller <crspeller@gmail.com>2016-03-18 13:25:46 -0400
commitee2f62a9f8a9a12409cc881ea0e1d747ff20dc13 (patch)
tree52925b8521dd4b8c8291499f76c2ed3c278271f8 /webapp/components/textbox.jsx
parent6d586c7309cb0ddaca6580dd1520aef4ff554fb5 (diff)
parent35320efe1afad87419992275ba555ddcbfcdf46b (diff)
downloadchat-ee2f62a9f8a9a12409cc881ea0e1d747ff20dc13.tar.gz
chat-ee2f62a9f8a9a12409cc881ea0e1d747ff20dc13.tar.bz2
chat-ee2f62a9f8a9a12409cc881ea0e1d747ff20dc13.zip
Merge pull request #2476 from mattermost/revert-2169-external-slashcommands-management
Revert "PLT-2183 Slash command auto-complete"
Diffstat (limited to 'webapp/components/textbox.jsx')
-rw-r--r--webapp/components/textbox.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/webapp/components/textbox.jsx b/webapp/components/textbox.jsx
index 952026ed5..1a395072e 100644
--- a/webapp/components/textbox.jsx
+++ b/webapp/components/textbox.jsx
@@ -224,7 +224,6 @@ export default class Textbox extends React.Component {
style={{visibility: this.state.preview ? 'hidden' : 'visible'}}
listComponent={SuggestionList}
providers={this.suggestionProviders}
- channelId={this.props.channelId}
/>
<div
ref='preview'