Skip to content

Commit

Permalink
rm show independent of main panel
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaSeep committed Nov 6, 2024
1 parent 8c78e91 commit 8c435a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/shinyApp/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ server <- function(input,output,session){
hideTab(inputId = "tabsetPanel1", target = "Single Gene Visualisations")
hideTab(inputId = "tabsetPanel1", target = "Enrichment Analysis")
shinyjs::hide("mainPanel_DataSelection")
shinyjs::showElement(id="InfoBox_DataSelection")

# Init res_tmp and par_tmp objects if they do not yet exist ----
if(!exists("res_tmp")){
res_tmp <<- list()
Expand Down

0 comments on commit 8c435a3

Please sign in to comment.