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

Clean up

parent b506d5c3
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,6 @@ txt_file_input <- function(inputId,input,fileB,label,volumes,default = "") { ...@@ -80,7 +80,6 @@ txt_file_input <- function(inputId,input,fileB,label,volumes,default = "") {
label = label, label = label,
value = default) value = default)
} else { } else {
message('Why is this happening so much?')
shiny::textInput(inputId = inputId, shiny::textInput(inputId = inputId,
label = label, label = label,
value = currFn) value = currFn)
......
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