missed lib call

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-05-12 11:44:47 +02:00
commit a4ff749824
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions

View file

@ -35,7 +35,7 @@ data_import_ui <- function(id) {
),
shiny::conditionalPanel(
condition = "input.source=='env'",
import_globalenv_ui(id = ns("env"), title = NULL)
datamods::import_globalenv_ui(id = ns("env"), title = NULL)
),
shiny::conditionalPanel(
condition = "input.source=='redcap'",

View file

@ -1 +1 @@
hosted_version <- function()'v25.5.4-250510'
hosted_version <- function()'v25.5.4-250512'