Skip to content

Commit

Permalink
Adding input_clear back into code, without it running locally fails
Browse files Browse the repository at this point in the history
  • Loading branch information
yauemily committed Jun 21, 2024
1 parent aac5483 commit 8d88182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ server <- function(input, output, session) {
output$cookie_status <- dfeshiny::cookie_banner_server(
"cookies",
input_cookies = reactive(input$cookies),
input_clear = reactive(input$cookie_consent_clear),
parent_session = session,
google_analytics_key = google_analytics_key
)
Expand Down

0 comments on commit 8d88182

Please sign in to comment.