diff --git a/R/shiny-ui-base.R b/R/shiny-ui-base.R index b3d19655c37c16730ffc3f1edc4b06812b997ef3..3b5116ea98c63710158302a93327309ca3ee50f7 100644 --- a/R/shiny-ui-base.R +++ b/R/shiny-ui-base.R @@ -78,7 +78,7 @@ txt_file_input <- function(inputId,input,fileB,label,volumes,default = "") { if (!isThingFile(currFn)) { shiny::textInput(inputId = inputId, label = label, - value = "") + value = default) } else { message('Why is this happening so much?') shiny::textInput(inputId = inputId,