Skip to content

Commit

Permalink
Update mod_Home.R
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianHordyk committed Aug 28, 2024
1 parent 1f59f91 commit 93be54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mod_Home.R
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ mod_Home_server <- function(id, i18n, Load_Slick_File, Slick_Object, Report){
paste0(Name, ".slick", sep="")
},
content = function(file) {
slick <- download_casestudy(input$case_study_select, case_studies, quiet=FALSE)
slick <- download_casestudy(input$case_study_select, case_studies, silent=FALSE)
slick <- Update(slick)
saveRDS(slick, file)
}
Expand Down

0 comments on commit 93be54d

Please sign in to comment.