Skip to content

Commit

Permalink
hide ae_box for edish
Browse files Browse the repository at this point in the history
  • Loading branch information
sahas56 committed Sep 23, 2024
1 parent da7c701 commit f84429e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/mod_generic_filters.R
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,13 @@ mod_generic_filters_server <-

observe({
req(domain())
req(repName())
if (repName() == "eDISH_plot") {
text <- "PARAMCD %in% c('ALT', 'AST', 'BILI')"
hide("box_3")
} else {
text <- "USUBJID != ''"
show("box_3")
}
updateTextInput(
session,
Expand Down

0 comments on commit f84429e

Please sign in to comment.