Skip to content

Commit fd889ec

Browse files
authored
Update R/tm_a_pca.R
Signed-off-by: Marcin <[email protected]>
1 parent c37c2ad commit fd889ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tm_a_pca.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ ui_a_pca <- function(id, ...) {
240240
choices = args$plot_choices,
241241
selected = args$plot_choices[1]
242242
),
243-
ui_teal_transform_data(ns("decorator"), transformators = args$decorators)
243+
ui_teal_transform_data(ns("decorate"), transformators = args$decorators)
244244
),
245245
teal.widgets::panel_item(
246246
title = "Pre-processing",

0 commit comments

Comments
 (0)