Skip to content

Commit

Permalink
Added default parameter for session in updatePickerInput (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLauer authored Jan 3, 2024
1 parent 46c3170 commit 492c464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/input-selectpicker.R
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ pickerInput <- function(inputId,
#' shinyApp(ui = ui, server = server)
#'
#' }
updatePickerInput <- function (session,
updatePickerInput <- function (session = getDefaultReactiveDomain(),
inputId,
label = NULL,
selected = NULL,
Expand Down

0 comments on commit 492c464

Please sign in to comment.