Skip to content

Commit

Permalink
adjust raw_data definition for ddl
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksander Chlebowski committed Sep 21, 2023
1 parent 8d01b4e commit 8efa7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/module_teal_with_splash.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ srv_teal_with_splash <- function(id, data, modules, filter = teal_slices()) {
raw_data <- if (inherits(data, "tdata")) {
reactiveVal(data)
} else if (inherits(data, "ddl")) {
data$server("startapp_module", data)
data$server("startapp_module")
} else if (teal.data::is_pulled(data)) {
reactiveVal(data) # will trigger by setting it
} else {
Expand Down

0 comments on commit 8efa7e4

Please sign in to comment.