We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef8a28 commit 8d19441Copy full SHA for 8d19441
pkg-r/R/querychat_module.R
@@ -32,7 +32,7 @@ mod_server <- function(
32
current_query <- shiny::reactiveVal("", label = "current_query")
33
has_greeted <- shiny::reactiveVal(FALSE, label = "has_greeted")
34
filtered_df <- shiny::reactive(label = "filtered_df", {
35
- execute_query(data_source, query = DBI::SQL(current_query()))
+ data_source$execute_query(query = DBI::SQL(current_query()))
36
})
37
38
append_output <- function(...) {
0 commit comments