Skip to content

Commit

Permalink
Update vignettes/decorate-module-output.Rmd
Browse files Browse the repository at this point in the history
Co-authored-by: André Veríssimo <[email protected]>
Signed-off-by: Marcin <[email protected]>
  • Loading branch information
m7pr and averissimo authored Nov 29, 2024
1 parent 8992555 commit 6cd9662
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vignettes/decorate-module-output.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -655,9 +655,7 @@ tm_decorated_plot_table <- function(label = "module with two outputs", decorator
plot_decorator <- teal_transform_module(
ui = function(id) {
ns <- NS(id)
div(
textInput(ns("plot_title"), "Plot Title", value = "Default Title")
)
textInput(ns("plot_title"), "Plot Title", value = "Default Title")
},
server = function(id, data) {
moduleServer(id, function(input, output, session) {
Expand Down

0 comments on commit 6cd9662

Please sign in to comment.