Skip to content

Commit

Permalink
Merge branch 'main' into shajoezhu-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu authored Nov 26, 2024
2 parents 4698eb8 + 8f69e64 commit bfc21d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: teal.modules.clinical
Title: 'teal' Modules for Standard Clinical Outputs
Version: 0.9.1.9032
Version: 0.9.1.9033
Date: 2024-11-26
Authors@R: c(
person("Joe", "Zhu", , "[email protected]", role = c("aut", "cre")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teal.modules.clinical 0.9.1.9032
# teal.modules.clinical 0.9.1.9033

### Enhancements
* Added `teal.logger` functionality for logging changes in shiny inputs in all modules.
Expand Down
2 changes: 1 addition & 1 deletion R/tm_t_summary_by.R
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ ui_summary_by <- function(id, ...) {
teal.transform::datanames_input(a[c("arm_var", "id_var", "paramcd", "by_vars", "summarize_vars")]),
teal.transform::data_extract_ui(
id = ns("arm_var"),
label = "Select Treatment Variable",
label = "Select Column Variable(s)",
data_extract_spec = a$arm_var,
is_single_dataset = is_single_dataset_value
),
Expand Down

0 comments on commit bfc21d3

Please sign in to comment.