Skip to content

Commit

Permalink
Make the default setting for the dotplot/synteny views use 'Existing …
Browse files Browse the repository at this point in the history
…track'
  • Loading branch information
cmdcolin committed Sep 25, 2023
1 parent 77c58f6 commit 4a81ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function TrackSelector({
assembly1: string
assembly2: string
}) {
const [choice, setChoice] = useState('none')
const [choice, setChoice] = useState('tracklist')

useEffect(() => {
if (choice === 'none') {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function TrackSelector({
assembly1: string
assembly2: string
}) {
const [choice, setChoice] = useState('none')
const [choice, setChoice] = useState('tracklist')

useEffect(() => {
if (choice === 'none') {
Expand Down

0 comments on commit 4a81ea3

Please sign in to comment.