Skip to content

Commit

Permalink
Wrap RDS download in an id, to hide it.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJonasJost committed Jun 5, 2024
1 parent ef489b5 commit cf3e057
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions program/shinyApp/R/data_selection/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,13 @@ data_selection_main_panel <- mainPanel(
))
),
hr(style = "border-top: 1px solid #858585;"),
downloadButton(
outputId = "SaveInputAsList",
label = "Save file input to upload later"
) %>% helper(type = "markdown", content = "DataSelection_compilation_help"),
div(
id = "SaveInputAsRDS",
downloadButton(
outputId = "SaveInputAsList",
label = "Save file input to upload later"
) %>% helper(type = "markdown", content = "DataSelection_compilation_help")
),
htmlOutput(outputId = "debug", container = pre),
br(), br(), br(),
hr(style = "border-top: 1px solid #858585;"),
Expand Down

0 comments on commit cf3e057

Please sign in to comment.