Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Jul 28, 2023
1 parent 6861ab5 commit 1ae3e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function SearchPanel({
};

const searchOption = [
{ value: "nuc", label: "nucleotide" },
{ value: "nuc", label: "nuc. index" },
{ value: "annot", label: "annotation" },
{ value: "sequence", label: "sequence"}
];
Expand Down

0 comments on commit 1ae3e69

Please sign in to comment.