Skip to content

Commit

Permalink
selected descedning results by default
Browse files Browse the repository at this point in the history
  • Loading branch information
azimov committed Jul 25, 2023
1 parent ee09c18 commit fe55d30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/cohort-diagnostics-characterization.R
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ characterizationView <- function(id) {
shiny::column(width = 2,
shiny::radioButtons(inputId = ns("shortByRawAsc"),
choices = c(ascending = "ASC", descending = "DESC"),
selected = "DESC",
label = "order")
),
shiny::column(width = 4,
Expand All @@ -247,6 +248,7 @@ characterizationView <- function(id) {
shiny::column(width = 2,
shiny::radioButtons(inputId = ns("shortByRawAscTemporal"),
choices = c(ascending = "ASC", descending = "DESC"),
selected = "DESC",
label = "order")
),
shiny::column(width = 4,
Expand Down

0 comments on commit fe55d30

Please sign in to comment.