DaveM2430 commited on
Commit
36add79
·
verified ·
1 Parent(s): 9b6e0a0

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -359,7 +359,7 @@ ui <- fluidPage(
359
  tags$div(
360
  tags$div("Portal Only", class = "filter-label"),
361
  checkboxInput("portal_only", label = "Show Portal Players Only",
362
- value = FALSE)
363
  )
364
  ),
365
  # main
 
359
  tags$div(
360
  tags$div("Portal Only", class = "filter-label"),
361
  checkboxInput("portal_only", label = "Show Portal Players Only",
362
+ value = TRUE)
363
  )
364
  ),
365
  # main