summaryrefslogtreecommitdiffstats
path: root/web/react/components
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-08-05 07:06:10 -0700
committernickago <ngonella@calpoly.edu>2015-08-05 07:06:10 -0700
commited473e356e44322fc5778d8121be010152c309cc (patch)
treef6311ce980b290a0dd3d53aca8c15779b244349d /web/react/components
parentea51edf0c4a2c62ba3f6585dfde93c240c8f0a4b (diff)
downloadchat-ed473e356e44322fc5778d8121be010152c309cc.tar.gz
chat-ed473e356e44322fc5778d8121be010152c309cc.tar.bz2
chat-ed473e356e44322fc5778d8121be010152c309cc.zip
Fixed non-cosmetic refactoring typo
Diffstat (limited to 'web/react/components')
-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,