Skip to content

Commit

Permalink
Merge branch '812_landing_popup@main' of https://github.com/insightse…
Browse files Browse the repository at this point in the history
…ngineering/teal.modules.general into 812_landing_popup@main
  • Loading branch information
m7pr committed Oct 16, 2023
2 parents 1bdc926 + 7a54185 commit 62ec9fc
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions R/tm_landing_popup.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,10 @@
#'
#' @export
tm_landing_popup <-
function(
label = "Landing Popup",
title = NULL,
content = NULL,
buttons = modalButton("Accept")
) {
function(label = "Landing Popup",
title = NULL,
content = NULL,
buttons = modalButton("Accept")) {
checkmate::assert_string(label)
checkmate::assert_string(title, null.ok = TRUE)
checkmate::assert_multi_class(
Expand Down

0 comments on commit 62ec9fc

Please sign in to comment.