diff --git a/webapp/components/new_channel_modal.jsx b/webapp/components/new_channel_modal.jsx index be97532dce..0a73c9faba 100644 --- a/webapp/components/new_channel_modal.jsx +++ b/webapp/components/new_channel_modal.jsx @@ -310,7 +310,7 @@ export default class NewChannelModal extends React.Component { ref='channel_header' rows='4' placeholder={Utils.localizeMessage('channel_modal.headerEx', 'E.g.: "[Link Title](http://example.com)"')} - maxLength='128' + maxLength='1024' value={this.props.channelData.header} onChange={this.handleChange} tabIndex='2'