Skip to content

Commit

Permalink
isolate vals selection
Browse files Browse the repository at this point in the history
Co-authored-by: Dawid Kałędkowski <[email protected]>
Signed-off-by: Aleksander Chlebowski <[email protected]>
  • Loading branch information
chlebowa and gogonzo authored Mar 21, 2024
1 parent 71413a4 commit 7ac724e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/data_extract_filter_module.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ data_extract_filter_srv <- function(id, datasets, filter) {
inputId = ns("vals"),
label = filter$label,
choices = vals_options()$choices,
selected = vals_options()$selected,
selected = isolate(vals_options()$selected),
multiple = filter$multiple,
fixed = filter$fixed
)
Expand Down

0 comments on commit 7ac724e

Please sign in to comment.