Skip to content

Commit 2d45dd6

Browse files
committed
Clarify that only .fasta files are accepted
1 parent 20208c9 commit 2d45dd6

File tree

1 file changed

+1
-1
lines changed
  • src/containers/SequenceSearch/components/SearchForm

1 file changed

+1
-1
lines changed

src/containers/SequenceSearch/components/SearchForm/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class SearchForm extends React.Component {
2626
</p>
2727
<textarea id="sequence" name="sequence" rows="7" value={this.props.sequence} onChange={(e) => this.props.onSequenceTextareaChange(e)} />
2828
<p>
29-
Or upload a file:
29+
Or upload a file (with ".fasta" extension):
3030
<input id="sequence-file" name="sequence-file" type="file" accept=".fasta" onChange={this.props.onFileUpload} />
3131
</p>
3232
</fieldset>

0 commit comments

Comments
 (0)