Skip to content

Commit

Permalink
dissallow buttons to be NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr committed Oct 23, 2023
1 parent f221293 commit eee9092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tm_landing_popup.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tm_landing_popup <-
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)
checkmate::assert_multi_class(buttons, classes = c("shiny.tag", "shiny.tag.list"))

logger::log_info("Initializing tm_landing_popup")

Expand Down

0 comments on commit eee9092

Please sign in to comment.