Skip to content

Commit

Permalink
Merge branch '1187_decorate_output@main' of https://github.com/insigh…
Browse files Browse the repository at this point in the history
…tsengineering/teal into 1187_decorate_output@main
  • Loading branch information
m7pr committed Nov 13, 2024
2 parents e0bcb23 + 99c7a7c commit 41fd9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/dummy_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 41fd9d7

Please sign in to comment.