Skip to content

Commit

Permalink
set defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
bzkrouse committed Jul 26, 2024
1 parent b8a764c commit b56c586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mod_load.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ load_ui <- function(id){
)
}

load_server <- function(id, tfrmt_in, data_in, mockmode){
load_server <- function(id, tfrmt_in = reactive(NULL), data_in = reactive(NULL), mockmode){

moduleServer(
id,
Expand Down

0 comments on commit b56c586

Please sign in to comment.