Skip to content

Commit

Permalink
added the installation of the missing package shinyWidgets
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad1991 committed Dec 18, 2024
1 parent 2c45df4 commit ce6f386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bs/R/MainApp.R
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ app <- function() {
output$conditional_data_ui <- renderUI({
showNotification(Sys.getenv("RUN_MODE"), duration = 0)
if (Sys.getenv("RUN_MODE") != "SERVER") {
showNotification("Test", duration = 0)
res <- conditionalPanel(
condition = "input.conditionedPanels == 'Data'",
fileInput("file", "Choose CSV File",
Expand Down

0 comments on commit ce6f386

Please sign in to comment.