Skip to content

Commit

Permalink
bring code up to date with recent shiny changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentvanhees committed Apr 22, 2024
1 parent 6398141 commit b13f98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/modConfigUI.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ modConfigUI <- function(id) {
span(h4(textOutput(NS(id, "config_instruction"))), style = "color:purple"),
DT::DTOutput(NS(id, "mod_table")),
# This line has no function locally, but seems critical for the app to work on UCloud:
shiny::dataTableOutput(NS(id, 'test_shinytable1')),
DT::DTOutput(NS(id, 'test_shinytable1')),
span(htmlOutput(NS(id, "config_issues")), style = "color:red"),
span(htmlOutput(NS(id, "config_green")), style = "color:green"),
)
Expand Down

0 comments on commit b13f98c

Please sign in to comment.