summaryrefslogtreecommitdiff
path: root/src/components/modals/TextInputModal.js
diff options
context:
space:
mode:
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>