Skip to content

Commit

Permalink
fix: missing ns
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Sobolewski committed Jun 30, 2023
1 parent 033edbf commit ba174e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/examples/Button3.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ui <- function(id) {
)
)
),
textOutput("file_path")
textOutput(ns("file_path"))
)
}

Expand Down
2 changes: 1 addition & 1 deletion man/Button.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ba174e1

Please sign in to comment.