summaryrefslogtreecommitdiffstats
path: root/webapp/components/change_url_modal.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/change_url_modal.jsx')
-rw-r--r--webapp/components/change_url_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/change_url_modal.jsx b/webapp/components/change_url_modal.jsx
index a94a33ad3..88304a4a7 100644
--- a/webapp/components/change_url_modal.jsx
+++ b/webapp/components/change_url_modal.jsx
@@ -191,7 +191,7 @@ export default class ChangeUrlModal extends React.Component {
type='text'
ref='urlinput'
className='form-control'
- maxLength='22'
+ maxLength={Constants.MAX_CHANNELNAME_LENGTH}
onChange={this.onURLChanged}
value={this.state.currentURL}
autoFocus={true}