Skip to content

Commit

Permalink
fix: typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Sobolewski committed Jun 30, 2023
1 parent f3be5d6 commit 7204cac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inst/examples/Button3.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ library(shiny.fluent)
library(shinyjs)

# This example app shows how to use a Fluent UI Button to trigger a file upload.
# File upload is not natively supported by shiny.fluent, so shinyjs is used
# File upload is not natively supported by shiny.fluent so shinyjs is used
# to trigger the file upload input.
ui <- function(id) {
ns <- NS(id)
Expand Down
4 changes: 2 additions & 2 deletions inst/examples/Button4.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ library(shiny.fluent)
library(shinyjs)

# This example app shows how to use a Fluent UI Button to trigger a file download.
# File download is not natively supported by shiny.fluent, so shinyjs is used
# to trigger the file upload input.
# File download is not natively supported by shiny.fluent so shinyjs is used
# to trigger the file download.
ui <- function(id) {
ns <- NS(id)
fluentPage(
Expand Down

0 comments on commit 7204cac

Please sign in to comment.