Skip to content

Commit

Permalink
Fixed view list
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukthiw committed Jan 6, 2025
1 parent c4b85b7 commit 0a4bd34
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Eplant/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@ const genericViews = [GetStartedView, FallbackView]
// List of views that a user can select from
// Can contain views from the genericViews list too
const userViews = [
// GeneInfoView,
GeneInfoView,
PublicationViewer,
// DebugView,
PlantEFP,
CellEFP,
ExperimentEFP,
ChromosomeViewerObject,
GeneInfoView,
]

// List of views that are used to lookup a view by id
Expand All @@ -46,7 +44,7 @@ export const defaultConfig = {
userViews,
views,
rootPath: import.meta.env.BASE_URL,
defaultView: 'cell-efp',
defaultView: 'gene-info',
defaultSpecies: '',
}

Expand Down

0 comments on commit 0a4bd34

Please sign in to comment.