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 24, 2024
1 parent c4f45f6 commit 2add13a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions R/mod_goutput.R
Original file line number Diff line number Diff line change
Expand Up @@ -478,13 +478,15 @@ mod_goutput_server <- function(id, sourcedata, repName, filters, process_btn) {
hterm = filters()$ae_hlt,
ht_val = input$hlt_val,
ht_scope = ifelse(filters()$ae_hlt %in% c("SMQ_NAM", "FMQ_NAM", "CQ_NAM"),
input$hlt_cat,
""),
input$hlt_cat,
""
),
lterm = filters()$ae_llt,
lt_val = input$llt_val,
lt_scope = ifelse(filters()$ae_llt %in% c("SMQ_NAM", "FMQ_NAM", "CQ_NAM"),
input$llt_cat,
"")
input$llt_cat,
""
)
)
)
rv$goutput <- try(
Expand Down

0 comments on commit 2add13a

Please sign in to comment.