Skip to content

Commit

Permalink
fixed to accept other DBENTITY
Browse files Browse the repository at this point in the history
  • Loading branch information
sweng66 committed Feb 10, 2020
1 parent 4ec63e6 commit 641e7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js_src/components/tagList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class TagList extends Component {
let _handleChange = e => { this.handleGeneChange(name, e.target.value); };
return (
<div>
<label>Genes (space-separated)</label>
<label>Dbentities (space-separated Genes, Complexes, and/or Pathways)</label>
<textarea className='sgd-geneList' data-type={name} onChange={_handleChange} style={{ minHeight: '1rem' }} type='text' defaultValue={value} />
</div>
);
Expand Down

0 comments on commit 641e7df

Please sign in to comment.