Skip to content
Snippets Groups Projects
Unverified Commit 8cc27008 authored by Todor Kondic's avatar Todor Kondic
Browse files

...

parent 6b50058e
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment