summaryrefslogtreecommitdiff
path: root/src/components/modals/TextInputModal.js
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-08-16 23:10:32 +0300
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 10:05:43 +0200
commit9bfd652ff2c0bb5c0fa1fbce49e948bd4effa7b8 (patch)
tree3a19dd6bd49d3022a37e84bda1ad50cd8e2fbc97 /src/components/modals/TextInputModal.js
parent07195f3762b6a8a7dfb44c2231db58c5be13c43f (diff)
Connect simulation remove to API
Diffstat (limited to 'src/components/modals/TextInputModal.js')
-rw-r--r--src/components/modals/TextInputModal.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/modals/TextInputModal.js b/src/components/modals/TextInputModal.js
index 90a5db12..97986fe2 100644
--- a/src/components/modals/TextInputModal.js
+++ b/src/components/modals/TextInputModal.js
@@ -33,8 +33,7 @@ class TextInputModal extends React.Component {
}}>
<div className="form-group">
<label className="form-control-label">{this.props.label}:</label>
- <input type="text" className="form-control" ref="textInput" value={this.props.initialValue}
- autoFocus/>
+ <input type="text" className="form-control" ref="textInput" value={this.props.initialValue}/>
</div>
</form>
</Modal>