Removed placeholder text on channel switch modal (#3262)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
edc0e00037
Коммит
eabd67e4cb
@@ -124,7 +124,6 @@ export default class SwitchChannelModal extends React.Component {
|
||||
type='input'
|
||||
onUserInput={this.onUserInput}
|
||||
value={this.state.text}
|
||||
placeholder={Utils.localizeMessage('channel_switch_modal.hint', 'Type the name of a channel')}
|
||||
onKeyDown={this.handleKeyDown}
|
||||
listComponent={SuggestionList}
|
||||
maxLength='64'
|
||||
|
||||
Ссылка в новой задаче
Block a user