Skip to content

Commit

Permalink
Update R/modules.R
Browse files Browse the repository at this point in the history
Co-authored-by: Vedha Viyash <[email protected]>
Signed-off-by: André Veríssimo <[email protected]>
  • Loading branch information
averissimo and vedhav authored Dec 1, 2023
1 parent e95ba8f commit f424cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/modules.R
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ module <- function(label = "module",
sprintf("Called from module(label = \"%s\", ...)\n ", label),
"`ui` with `data` or `datasets` argument is no longer accepted.\n ",
"If some `ui` inputs depend on data, please move the logic to your `server` instead.\n ",
"Possible solutions are renderUI() or updateXyzInput() functions.",
"Possible solutions are renderUI() or updateXyzInput() functions."
)
}

Expand Down

0 comments on commit f424cd4

Please sign in to comment.