PLT-5336: Allow Header of 1024 chars in New Channel Modal (#5294)
Этот коммит содержится в:
коммит произвёл
enahum
родитель
68a05653ea
Коммит
439d5b7ed7
@@ -310,7 +310,7 @@ export default class NewChannelModal extends React.Component {
|
|||||||
ref='channel_header'
|
ref='channel_header'
|
||||||
rows='4'
|
rows='4'
|
||||||
placeholder={Utils.localizeMessage('channel_modal.headerEx', 'E.g.: "[Link Title](http://example.com)"')}
|
placeholder={Utils.localizeMessage('channel_modal.headerEx', 'E.g.: "[Link Title](http://example.com)"')}
|
||||||
maxLength='128'
|
maxLength='1024'
|
||||||
value={this.props.channelData.header}
|
value={this.props.channelData.header}
|
||||||
onChange={this.handleChange}
|
onChange={this.handleChange}
|
||||||
tabIndex='2'
|
tabIndex='2'
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user