DaveM2430 commited on
Commit
1a4d923
·
verified ·
1 Parent(s): f3130df

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -538,7 +538,7 @@ server <- function(input, output, session) {
538
  })
539
  })
540
 
541
- oobserveEvent(input$position, {
542
  if (input$position == "Pitcher") {
543
  session$sendCustomMessage("update_label", "Min Pitches")
544
  shinyjs::hide("hitter_filters")
 
538
  })
539
  })
540
 
541
+ observeEvent(input$position, {
542
  if (input$position == "Pitcher") {
543
  session$sendCustomMessage("update_label", "Min Pitches")
544
  shinyjs::hide("hitter_filters")