Skip to content

Commit

Permalink
Update mod_query_data.R
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinamullin committed Sep 18, 2024
1 parent 429daa7 commit 3fe4e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mod_query_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ mod_query_data_server <- function(id, tadat) {
shiny::updateSelectizeInput(
session,
"siteid",
choices = c(mlids),
choices = c(mlids2),
options = list(placeholder = "Start typing or use drop down menu"),
server = TRUE
)
Expand Down

0 comments on commit 3fe4e55

Please sign in to comment.