This commit is contained in:
Andreas Gammelgaard Damsbo 2026-03-30 20:20:05 +02:00
commit fcf422bc4b
No known key found for this signature in database
16 changed files with 64 additions and 50 deletions

View file

@ -378,7 +378,7 @@ cut_variable_server <- function(id, data_r = reactive(NULL)) {
rlang::exec(cut_var, !!!parameters)
},
error = function(err) {
showNotification(paste("We encountered the following error creating the new factor:", err), type = "err")
showNotification(paste("We encountered the following error creating the new factor:", err), type = "error")
}
)