Fixed non-cosmetic refactoring typo

This commit is contained in:
nickago
2015-08-05 07:06:10 -07:00
parent ea51edf0c4
commit ed473e356e

View File

@@ -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,