Skip to content

Commit

Permalink
fix: parameter not being used
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Feb 26, 2024
1 parent a5415a5 commit 3d2ed64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ check_range_slider <- function(
value[[1]],
lower = max(lower, value[[2]]),
upper = min(upper, value[[3]]),
null.ok = TRUE,
null.ok = null.ok,
finite = finite
)
if (isFALSE(is_numeric) || isFALSE(is_bounded)) {
Expand Down

0 comments on commit 3d2ed64

Please sign in to comment.