Fix: hardcode subdivision choices to remove
All checks were successful
Deploy stAndrews / deploy (push) Successful in 40s
All checks were successful
Deploy stAndrews / deploy (push) Successful in 40s
runtime data dep in UI
This commit is contained in:
@@ -134,7 +134,11 @@ create_ui <- function() {
|
||||
f7Select(
|
||||
inputId = "sub_name",
|
||||
label = "Select Subdivision:",
|
||||
choices = c("All", sort(sbdvn$sub_name))
|
||||
choices = c("All", "FAIRWAY GLEN", "GARDENS 1", "GARDENS 2",
|
||||
"GARDENS 3", "GARDENS 4", "PATIOS 1", "PATIOS 2",
|
||||
"PATIOS 3", "STRATFORD GLENN", "TERRACE HOMES",
|
||||
"TERRACE VILLAS", "VILLAS 1 ST", "VILLAS 2",
|
||||
"WEST LAKE GARDENS")
|
||||
),
|
||||
tags$br(),
|
||||
f7Button(
|
||||
|
||||
Reference in New Issue
Block a user