Fix: hardcode subdivision choices to remove
All checks were successful
Deploy stAndrews / deploy (push) Successful in 40s

runtime data dep in UI
This commit is contained in:
2026-03-13 09:02:22 -04:00
parent eb18ba4115
commit dd7566ef8e
2 changed files with 5 additions and 4 deletions

3
app.R
View File

@@ -17,9 +17,6 @@ source("./R/config.R")
source("./R/app_ui.R")
source("./R/app_server.R")
# Load data needed at UI construction time
sbdvn <- sf::st_read(app_config$data_paths$plats)
# Create the app
ui <- create_ui()
server <- create_server