Skip to content

Commit

Permalink
removed .bib option for reimport
Browse files Browse the repository at this point in the history
  • Loading branch information
TNRiley authored Jul 30, 2024
1 parent bcb52da commit 3ef1f73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/shiny-app/CiteSource/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ ui <- shiny::navbarPage("CiteSource",
accept = c(".ris", ".txt", ".bib")
),
shiny::hr(),
shiny::h5("OR: Re-upload a file exported from CiteSource"),
shiny::h5("OR: Re-upload an .ris or .csv exported from CiteSource"),
shiny::fileInput("file_reimport", "",
multiple = TRUE,
accept = c(".ris", ".csv", ".bib")
accept = c(".ris", ".csv")
)
),
# Main panel for displaying outputs ----
Expand Down

0 comments on commit 3ef1f73

Please sign in to comment.