Skip to content

Commit

Permalink
解决pcawg cox模块的下载按钮问题 #230
Browse files Browse the repository at this point in the history
  • Loading branch information
ShixiangWang committed Nov 27, 2021
1 parent 4a8b5f8 commit 7b0a482
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions inst/shinyapp/modules/modules-pcawg-unicox.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ ui.modules_pcawg_unicox <- function(id) {
icon = icon("check"),
animation = "jelly",
fill = TRUE
),
downloadBttn(
outputId = ns("download"),
style = "gradient",
color = "default",
block = TRUE,
size = "sm"
)
)
),
Expand Down

0 comments on commit 7b0a482

Please sign in to comment.