mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
missed lib call
This commit is contained in:
parent
2a39655e96
commit
a4ff749824
3 changed files with 6 additions and 6 deletions
|
|
@ -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'",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
hosted_version <- function()'v25.5.4-250510'
|
||||
hosted_version <- function()'v25.5.4-250512'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue