From 3d2ed6423abe9a9545b594c6a0ec098c88f2c5b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Mon, 26 Feb 2024 13:27:59 +0100 Subject: [PATCH] fix: parameter not being used --- R/utils.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/utils.R b/R/utils.R index 504eb4ffb..ff54bad25 100644 --- a/R/utils.R +++ b/R/utils.R @@ -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)) {