Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
smritia authored and github-actions[bot] committed Sep 23, 2024
1 parent 96e39d9 commit 3717228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/mod_generic_filters.R
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ mod_generic_filters_server <-
print("AE byVar processing start")
## evaluating the by variables based on report selection
if (repType() == "Table" ||
tolower(repName()) %in% c("ae_volcano_plot", "ae_forest_plot", "event analysis")) {
tolower(repName()) %in% c("ae_volcano_plot", "ae_forest_plot", "event analysis")) {
byv <- input$ae_hlt
} else {
byv <- NA
Expand All @@ -490,7 +490,7 @@ mod_generic_filters_server <-
datain <- sourcedata()[[domain()]]
## Take input$byvar here, if applicable
}
# Mentry processing - common
# Mentry processing - common
print("Start Mentry process")
withProgress(
rv$ment_out <- mentry(
Expand Down

0 comments on commit 3717228

Please sign in to comment.