error handling

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-12-18 15:46:02 +01:00
commit 96c37219aa
No known key found for this signature in database
4 changed files with 283 additions and 197 deletions

View file

@ -256,7 +256,7 @@ cut_variable_ui <- function(id) {
numericInput(
inputId = ns("n_breaks"),
label = i18n("Number of breaks:"),
value = 5,
value = 3,
min = 2,
max = 12,
width = "100%"