summaryrefslogtreecommitdiffstats
path: root/web/react/components/new_channel.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-08-05 11:35:35 -0400
committerChristopher Speller <crspeller@gmail.com>2015-08-05 11:35:35 -0400
commit7692e67728cc471a5ac8903a859eba9d82c6429e (patch)
treef6311ce980b290a0dd3d53aca8c15779b244349d /web/react/components/new_channel.jsx
parentea51edf0c4a2c62ba3f6585dfde93c240c8f0a4b (diff)
parented473e356e44322fc5778d8121be010152c309cc (diff)
downloadchat-7692e67728cc471a5ac8903a859eba9d82c6429e.tar.gz
chat-7692e67728cc471a5ac8903a859eba9d82c6429e.tar.bz2
chat-7692e67728cc471a5ac8903a859eba9d82c6429e.zip
Merge pull request #338 from nickago/MM-1671
MM-1671 Fixed typo causing new channels not to spawn
Diffstat (limited to 'web/react/components/new_channel.jsx')
-rw-r--r--web/react/components/new_channel.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/new_channel.jsx b/web/react/components/new_channel.jsx
index 6cf195795..93884f6eb 100644
--- a/web/react/components/new_channel.jsx
+++ b/web/react/components/new_channel.jsx
@@ -53,7 +53,7 @@ module.exports = React.createClass({
channel.team_id = cu.team_id;
channel.description = this.refs.channel_desc.getDOMNode().value.trim();
- channel.type = this.state.channel_type;
+ channel.type = this.state.channelType;
var self = this;
client.createChannel(channel,