Skip to content

Commit 8e8457d

Browse files
committed
fix error
1 parent 7c4996c commit 8e8457d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tm_a_regression.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ srv_a_regression <- function(id,
653653
geom_boxplot(),
654654
env = list(regressor = regression_var()$regressor, response = regression_var()$response)
655655
)
656-
if (show_outlier) {
656+
if (input$show_outlier) {
657657
plot <- substitute(expr = plot + outlier_label, env = list(plot = plot, outlier_label = outlier_label()))
658658
}
659659
}

0 commit comments

Comments
 (0)