mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fixed non-cosmetic refactoring typo
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user