Skip to content

Commit

Permalink
Replace reactive check for the internal function
Browse files Browse the repository at this point in the history
  • Loading branch information
llrs-roche committed Dec 18, 2024
1 parent 646eaca commit ba31b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/module_nested_tabs.R
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ srv_teal_module.teal_module <- function(id,

# This function calls a module server function.
.call_teal_module <- function(modules, datasets, data, reporter) {
checkmate::assert_class(data, "reactive")
assert_reactive(data)

# collect arguments to run teal_module
args <- c(list(id = "module"), modules$server_args)
Expand Down

0 comments on commit ba31b42

Please sign in to comment.