Skip to content
Snippets Groups Projects
Commit e73ce010 authored by arsenij.ustjanzew's avatar arsenij.ustjanzew
Browse files

removed title argument

parent 7e3d2c28
No related branches found
No related tags found
2 merge requests!18Generic htm lwidget,!17Additions in vignette
Pipeline #129822 failed
...@@ -59,7 +59,7 @@ setMethod("add_component", ...@@ -59,7 +59,7 @@ setMethod("add_component",
}) })
setMethod("add_component", signature(dashboard = "i2dashboard", component = "function"), setMethod("add_component", signature(dashboard = "i2dashboard", component = "function"),
function(dashboard, component, page = "default", title = NULL, ...) { function(dashboard, component, page = "default", ...) {
# validate "page" input # validate "page" input
name <- .create_page_name(page) name <- .create_page_name(page)
if (!(name %in% names(dashboard@pages))) { if (!(name %in% names(dashboard@pages))) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment