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

@ -172,7 +172,7 @@ data_missings_server <- function(id, data, max_level = 20, ...) {
out <- do.call(compare_missings, modifyList(parameters, list(data = df_tbl)))
})
}, error = function(err) {
showNotification(paste0("Error: ", err), type = "err")
showNotification(paste0("Error: ", err), type = "error")
})
if (is.null(input$missings_var) ||