Skip to content

Commit

Permalink
Change target name
Browse files Browse the repository at this point in the history
  • Loading branch information
logmosier committed Apr 2, 2018
1 parent 113361b commit 9b364cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/features/search/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class Search extends React.Component {
const state = this.state;
const query = {
genes: state.query.q.trim(),
target: 'UNIPROTSWISSPROT',
target: 'UNIPROT',
};

this.setState({
Expand Down

0 comments on commit 9b364cc

Please sign in to comment.