Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
“rafal.urn” committed Aug 17, 2024
1 parent e6f5687 commit b30a122
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/RunShinyWizzard.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#' Run ShinyWizard app
#'
#' @param loc directory to external tabs, when NULL run demo
#' @param loc directory to external tabs, project zip file, when NULL run builder
#' @param devMode when TRUE the developer mode is used. It means all tasks run by separate background jobs thus console is not blocked. It works by R Studio API so works only in R studio. It is mode only for development facilitate. Should not be used for production.
#'
#' @export

Expand Down
2 changes: 1 addition & 1 deletion inst/source/tabs/tab3/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ observeEvent(input$runTabs, {
})


output$result <- renderText({(paste(currentTabIndexes()))})
# output$result <- renderText({(paste(currentTabIndexes()))})



Expand Down

0 comments on commit b30a122

Please sign in to comment.