Skip to content

Commit

Permalink
chore: provide complete arg name
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Nov 17, 2023
1 parent 1bf9112 commit 8cba826
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 @@ -109,7 +109,7 @@ ui_nested_tabs.teal_modules <- function(id, modules, datasets, depth = 0L, is_mo
#' @rdname module_nested_tabs
#' @export
ui_nested_tabs.teal_module <- function(id, modules, datasets, depth = 0L, is_module_specific = FALSE) {
checkmate::assert_class(datasets, class = "FilteredData")
checkmate::assert_class(datasets, classes = "FilteredData")
ns <- NS(id)

args <- isolate(teal.transform::resolve_delayed(modules$ui_args, datasets))
Expand Down

0 comments on commit 8cba826

Please sign in to comment.