Skip to content

Commit 2c69623

Browse files
m7praverissimo
andauthored
Update R/tm_variable_browser.R
Co-authored-by: André Veríssimo <[email protected]> Signed-off-by: Marcin <[email protected]>
1 parent 20aa28e commit 2c69623

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/tm_variable_browser.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,8 @@ srv_variable_browser <- function(id,
492492

493493
reactive({
494494
validation_checks()
495-
teal.data::teal_data(plot = variable_plot_r()) |> teal.code::eval_code("plot")
495+
qenv <- teal.data::teal_data(plot = variable_plot_r()) |> teal.code::eval_code("plot")
496+
teal_card(qenv)[length(teal_card(qenv))]
496497
})
497498
})
498499
}

0 commit comments

Comments
 (0)