summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webapp/components/new_channel_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/new_channel_modal.jsx b/webapp/components/new_channel_modal.jsx
index be97532dc..0a73c9fab 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'