remove duplicate value fail, this.state.value does not exist.
This commit is contained in:
parent
f7fe63d980
commit
2747f74b79
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ export default React.createClass({
|
||||||
prompt = [
|
prompt = [
|
||||||
<div key="inputBox" className="mxt_HomePage_inputBox">
|
<div key="inputBox" className="mxt_HomePage_inputBox">
|
||||||
<form onSubmit={ this.onSubmit }>
|
<form onSubmit={ this.onSubmit }>
|
||||||
<input autoFocus className="mxt_HomePage_inputBox_prompt" value={ this.state.entity } ref="prompt" size="36" type="text" value={ this.state.value } placeholder="#room:domain.com or @user:domain.com" />
|
<input autoFocus className="mxt_HomePage_inputBox_prompt" value={ this.state.entity } ref="prompt" size="36" type="text" placeholder="#room:domain.com or @user:domain.com" />
|
||||||
<input className="mxt_HomePage_inputBox_button" type="submit" value="Get link!" />
|
<input className="mxt_HomePage_inputBox_button" type="submit" value="Get link!" />
|
||||||
</form>
|
</form>
|
||||||
{ error }
|
{ error }
|
||||||
|
|
Loading…
Reference in a new issue