Skip to content

Commit

Permalink
Merge pull request #274 from SCasanova/master
Browse files Browse the repository at this point in the history
Fix Typo on f7File
  • Loading branch information
DivadNojnarg authored Jan 9, 2025
2 parents 578dcb0 + 11f0be3 commit cf27b23
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 cf27b23

Please sign in to comment.