Skip to content

Commit

Permalink
Fix Typo on f7File
Browse files Browse the repository at this point in the history
Change `bustton` for `button` in the f7File class to get it to display properly
  • Loading branch information
SCasanova committed Jan 8, 2025
1 parent 578dcb0 commit 11f0be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/f7-upload.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ f7File <- function(inputId, label, multiple = FALSE, accept = NULL, width = NULL
shiny::tags$label(
class = "input-group-btn",
shiny::span(
class = "bustton button-fill btn-file",
class = "button button-fill btn-file",
buttonLabel,
inputTag
)
Expand Down

0 comments on commit 11f0be3

Please sign in to comment.