Skip to content

Commit

Permalink
reverting default paramters
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikeyakirar committed Oct 4, 2023
1 parent f2f1d15 commit 3109675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3109675

Please sign in to comment.