Removed placeholder text on channel switch modal (#3262)

Этот коммит содержится в:
David Lu
2016-06-06 11:06:14 -07:00
коммит произвёл Joram Wilander
родитель edc0e00037
Коммит eabd67e4cb
6 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@@ -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'