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 9d316c6 + 1c85075 commit e451862
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/tm_landing_popup.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
landing_popup <- function(title = NULL, content = NULL, buttons = modalButton("Accept")) {
checkmate::assert_string(title, null.ok = TRUE)
checkmate::assert_multi_class(
content, classes = c("character", "shiny.tag", "shiny.tag.list", "html"), null.ok = TRUE
content,
classes = c("character", "shiny.tag", "shiny.tag.list", "html"), null.ok = TRUE
)
checkmate::assert_multi_class(buttons, classes = c("shiny.tag", "shiny.tag.list"), null.ok = TRUE)

Expand Down

0 comments on commit e451862

Please sign in to comment.