Skip to content
Snippets Groups Projects
Unverified Commit 2747f74b authored by Michael Telatynski's avatar Michael Telatynski
Browse files

remove duplicate value fail, this.state.value does not exist.

parent f7fe63d9
Branches
Tags
No related merge requests found
......@@ -362,7 +362,7 @@ export default React.createClass({
prompt = [
<div key="inputBox" className="mxt_HomePage_inputBox">
<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!" />
</form>
{ error }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment