diff --git a/R/1.0_module_teal.R b/R/1.0_module_teal.R index 1d35914c9c..941dfd9594 100644 --- a/R/1.0_module_teal.R +++ b/R/1.0_module_teal.R @@ -49,7 +49,7 @@ ui_teal_1.0 <- function(id, class = "shinybusymessage" ) ) - # todo: add reporter previewer to the list of the modules + data_elem <- ui_data(ns("data"), data = data, title = title, header = header, footer = footer) tabs_elem <- ui_teal_module(id = ns("root_module"), modules = modules)