We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20208c9 commit 2d45dd6Copy full SHA for 2d45dd6
src/containers/SequenceSearch/components/SearchForm/index.jsx
@@ -26,7 +26,7 @@ class SearchForm extends React.Component {
26
</p>
27
<textarea id="sequence" name="sequence" rows="7" value={this.props.sequence} onChange={(e) => this.props.onSequenceTextareaChange(e)} />
28
<p>
29
- Or upload a file:
+ Or upload a file (with ".fasta" extension):
30
<input id="sequence-file" name="sequence-file" type="file" accept=".fasta" onChange={this.props.onFileUpload} />
31
32
</fieldset>
0 commit comments