Skip to content

Commit

Permalink
fixing dup download
Browse files Browse the repository at this point in the history
removing download button since it is repeated
  • Loading branch information
jreps committed Sep 25, 2024
1 parent e3cae9b commit 1efdbc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1,208 deletions.
11 changes: 2 additions & 9 deletions R/cohort-generator-main.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,10 @@ cohortGeneratorViewer <- function(id) {
resultTableViewer(
ns("cohortGeneration"),
downloadedFileName = "cohortGenerationTable-"

shiny::downloadButton(
ns('downloadCohortGeneration'),
label = "Download",
icon = shiny::icon("download")
)
)
),

)
)
),
),

shiny::tabPanel(
title = "Inclusion Rules & Attrition"
Expand Down
Loading

0 comments on commit 1efdbc5

Please sign in to comment.