We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db69b2e commit b78612eCopy full SHA for b78612e
R/shiny-ui.R
@@ -22,6 +22,7 @@ sidebarPanel <- function() {
22
shiny::actionButton("case_validation_button", "Validate this"),
23
shiny::uiOutput("status"),
24
shiny::uiOutput("diff_text_controls"),
25
+ shiny::br(),
26
shiny::actionButton("quit_button", "Quit")
27
)
28
}
0 commit comments