Skip to content

Commit 4eed08b

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 a1300ea commit 4eed08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tm_t_crosstable.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ srv_t_crosstable <- function(id, data, reporter, filter_panel_api, label, x, y,
444444
card$append_text("Comment", "header3")
445445
card$append_text(comment)
446446
}
447-
card$append_src(teal.code::get_code(req(decorated_output_q_build())))
447+
card$append_src(teal.code::get_code(req(decorated_output_q())))
448448
card
449449
}
450450
teal.reporter::simple_reporter_srv("simple_reporter", reporter = reporter, card_fun = card_fun)

0 commit comments

Comments
 (0)