Merge pull request #338 from nickago/MM-1671

MM-1671 Fixed typo causing new channels not to spawn
Этот коммит содержится в:
Christopher Speller
2015-08-05 11:35:35 -04:00
родитель ea51edf0c4 ed473e356e
Коммит 7692e67728

Просмотреть файл

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