Skip to content

Commit dd4f1b9

Browse files
committed
Add notification
1 parent 3a9e27a commit dd4f1b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/tm_outliers.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,8 @@ srv_outliers <- function(id, data, outlier_var,
745745
})
746746
} else {
747747
msg <- "No categorical variable selected, summary table cannot be created."
748-
warning(msg)
748+
showNotification(msg, closeButton = FALSE, type = "warning",
749+
id = session$ns("no_summary_table"))
749750
within(qenv, cat(msg), msg = msg)
750751
}
751752

0 commit comments

Comments
 (0)