Skip to content

Commit

Permalink
Fixed bug with plug in mode
Browse files Browse the repository at this point in the history
  • Loading branch information
RSO9192 committed Mar 7, 2023
1 parent 8d7e38c commit 48cb510
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AquaCropPlotter/inst/shinyapp/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -1761,6 +1761,10 @@ server <- function(input, output, session) {
hideTab("analysis_tabbox", "Time period window")
hideTab("analysis_tabbox", "Stress duration")
hideTab("analysis_tabbox", "Regression")
} else{
showTab("analysis_tabbox", "Time period window")
showTab("analysis_tabbox", "Stress duration")
showTab("analysis_tabbox", "Regression")
}
})

Expand Down

0 comments on commit 48cb510

Please sign in to comment.