Skip to content

Commit

Permalink
fix after adding bookmarks (#713)
Browse files Browse the repository at this point in the history
Adds bookmark exclusion in tm_g_distribution.
  • Loading branch information
chlebowa authored Apr 2, 2024
1 parent 94ee47f commit 5a21376
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/tm_g_distribution.R
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,8 @@ srv_distribution <- function(id,
checkmate::assert_class(data, "reactive")
checkmate::assert_class(isolate(data()), "teal_data")
moduleServer(id, function(input, output, session) {
setBookmarkExclude("params_reset")

ns <- session$ns

rule_req <- function(value) {
Expand Down

0 comments on commit 5a21376

Please sign in to comment.