Skip to content

Commit 5a21376

Browse files
authored
fix after adding bookmarks (#713)
Adds bookmark exclusion in tm_g_distribution.
1 parent 94ee47f commit 5a21376

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

R/tm_g_distribution.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,8 @@ srv_distribution <- function(id,
357357
checkmate::assert_class(data, "reactive")
358358
checkmate::assert_class(isolate(data()), "teal_data")
359359
moduleServer(id, function(input, output, session) {
360+
setBookmarkExclude("params_reset")
361+
360362
ns <- session$ns
361363

362364
rule_req <- function(value) {

0 commit comments

Comments
 (0)