Skip to content

Commit

Permalink
Set server=FALSE for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
jthompson-arcus committed Dec 5, 2024
1 parent 546b4e4 commit c07540a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions R/mod_common_forms.R
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ mod_common_forms_server <- function(
)),
createdRow = checkbox_create_callback
))
})
}, server = FALSE)

observeEvent(data_active(), {
session$userData$update_checkboxes[[form]] <- NULL
Expand Down Expand Up @@ -228,7 +228,7 @@ mod_common_forms_server <- function(
)),
createdRow = checkbox_create_callback
))
})
}, server = FALSE)

})
}
Expand Down
2 changes: 1 addition & 1 deletion R/mod_study_forms.R
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ mod_study_forms_server <- function(
)),
createdRow = checkbox_create_callback
))
})
}, server = FALSE)

if(form %in% c("Vital signs", "Vitals adjusted")){
shiny::exportTestValues(
Expand Down

0 comments on commit c07540a

Please sign in to comment.