Skip to content

Commit

Permalink
simple fix, just added a req(proj name) for model subtabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Carvalho committed Jan 16, 2025
1 parent 066835b commit 4f506cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inst/ShinyFiles/MainApp/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -6800,6 +6800,8 @@ server = function(input, output, session) {

observeEvent(c(input$mod_sub == 'model_compare', input$mod_reload), {

req(project$name)

fit_tab <- paste0(project$name, 'ModelFit')

if (table_exists(fit_tab, project$name)) {
Expand Down

0 comments on commit 4f506cd

Please sign in to comment.