Skip to content

Commit 8a775a9

Browse files
committed
replace validate with req in test_q
1 parent ee725dd commit 8a775a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tm_g_distribution.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ srv_distribution <- function(id,
11011101
dist_tests <- input$dist_tests
11021102
t_dist <- input$t_dist
11031103

1104-
validate(need(dist_tests, "Please select a test"))
1104+
req(dist_tests)
11051105

11061106
teal::validate_inputs(iv_dist)
11071107

0 commit comments

Comments
 (0)