Skip to content

Commit a1300ea

Browse files
m7praverissimo
andauthored
Update R/tm_t_crosstable.R
Co-authored-by: André Veríssimo <[email protected]> Signed-off-by: Marcin <[email protected]>
1 parent a619d58 commit a1300ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/tm_t_crosstable.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,8 @@ srv_t_crosstable <- function(id, data, reporter, filter_panel_api, label, x, y,
407407
)
408408
})
409409

410-
decorated_output_q <- srv_teal_transform_data("decorate", data = output_q, transformators = decorators)
410+
decorated_output_q_no_print <- srv_teal_transform_data("decorate", data = output_q, transformators = decorators)
411+
decorated_output_q <- reactive(within(decorated_output_q_no_print(), expr = table))
411412

412413
output$title <- renderText(output_q()[["title"]])
413414

0 commit comments

Comments
 (0)