Skip to content

Commit da1fa0f

Browse files
averissimom7pr
andauthored
Update R/tm_outliers.R
Co-authored-by: Marcin <[email protected]> Signed-off-by: André Veríssimo <[email protected]>
1 parent fd80fe6 commit da1fa0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tm_outliers.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ tm_outliers <- function(label = "Outliers Module",
202202
)
203203
),
204204
ui = ui_outliers,
205-
ui_args = c(args),
205+
ui_args = args,
206206
datanames = teal.transform::get_extract_datanames(data_extract_list)
207207
)
208208
attr(ans, "teal_bookmarkable") <- TRUE

0 commit comments

Comments
 (0)