Skip to content

Commit

Permalink
[skip style] [skip vbump] Restyle files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 7, 2024
1 parent 80b7f11 commit efc0dc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions R/tm_g_gh_boxplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,8 @@ srv_g_boxplot <- function(id,
xparam_label = module_args$"Select a Biomarker",
xchoices = resolved_x$choices,
xselected = resolved_x$selected,

ychoices = resolved_y$choices,
yselected = resolved_y$selected,

facet_choices = resolved_facet_var$choices,
facet_selected = resolved_facet_var$selected,
trt_choices = resolved_trt$choices,
Expand Down
1 change: 0 additions & 1 deletion R/toggleable_slider.R
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ toggle_slider_server <- function(id, is_dichotomous_slider = TRUE) {
state_slider$min <- min(state_slider$min, state_slider$value[1])
}
do.call(updateSliderInput, c(list(session, "slider"), state_slider))

} else {
if (length(state_slider$value) > 1) {
do.call(updateNumericInput, c(list(session, "value_low"), state_low))
Expand Down

0 comments on commit efc0dc3

Please sign in to comment.