Skip to content

Commit fed8c46

Browse files
committed
Check feedback from copilot
1 parent f383cc7 commit fed8c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/tm_missing_data.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ ui_missing_data <- function(id, by_subject_plot = FALSE) {
316316
),
317317
tabPanel(
318318
"By Variable Levels",
319-
teal.widgets::plot_with_settings_ui(id = ns("by_variable_plot")),
319+
teal.widgets::plot_with_settings_ui(id = ns("by_variable_plot"))
320320
)
321321
)
322322
if (isTRUE(by_subject_plot)) {
@@ -1065,7 +1065,7 @@ srv_missing_data <- function(id,
10651065
# extract the ANL dataset for use in further validation
10661066
anl <- common_code_q()[["ANL"]]
10671067

1068-
group_var <- req(input$group_by_var)
1068+
group_var <- input$group_by_var
10691069
validate(
10701070
need(
10711071
is.null(group_var) ||

0 commit comments

Comments
 (0)