Skip to content

Commit 3d8fd39

Browse files
committed
Qualify req()
1 parent 2da0eef commit 3d8fd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/shiny-server.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ renderStatus <- function(input, reactive_cases) {
224224

225225
toggleValidateBtns <- function(input, session) {
226226
shiny::observeEvent(input$type, {
227-
req(input$type)
227+
shiny::req(input$type)
228228
message <- input$type == "success_case"
229229
session$sendCustomMessage("toggle-validate-btns-handler", message)
230230
})

0 commit comments

Comments
 (0)