From 8efa7e4993980146fe15c61590ca097604e03b01 Mon Sep 17 00:00:00 2001 From: Aleksander Chlebowski Date: Thu, 21 Sep 2023 17:54:50 +0200 Subject: [PATCH] adjust raw_data definition for ddl --- R/module_teal_with_splash.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/module_teal_with_splash.R b/R/module_teal_with_splash.R index 1d31e0cc1a..ccc23d7bc4 100644 --- a/R/module_teal_with_splash.R +++ b/R/module_teal_with_splash.R @@ -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 {