From 31096750b705dc92648191951cf6fdde338fcfcd Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 4 Oct 2023 18:13:11 +0530 Subject: [PATCH] reverting default paramters --- R/utils.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/utils.R b/R/utils.R index ac86375a9..7eb5b07e6 100644 --- a/R/utils.R +++ b/R/utils.R @@ -362,7 +362,7 @@ is_tab_active_js <- function(id, name) { #' @return (`TealReportCard`) populated with a title, description and filter state #' #' @keywords internal -card_template <- function(title, label, description = NULL, with_filter = FALSE, filter_panel_api = NULL) { +card_template <- function(title, label, description = NULL, with_filter, filter_panel_api) { card <- teal::TealReportCard$new() title <- if (label == "") title else label card$set_name(title)