diff --git a/R/dummy_functions.R b/R/dummy_functions.R index 400a99ba1a..2f686e9700 100644 --- a/R/dummy_functions.R +++ b/R/dummy_functions.R @@ -50,7 +50,7 @@ example_module <- function(label = "example teal module", datanames = "all", tra output$text <- renderPrint({ req(table_data_decorated) - table_data_decorated()[['table']] + table_data_decorated()[["table"]] }) teal.widgets::verbatim_popup_srv(