about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--uploader/templates/phenotypes/add-phenotypes-raw-files.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/uploader/templates/phenotypes/add-phenotypes-raw-files.html b/uploader/templates/phenotypes/add-phenotypes-raw-files.html
index ccdbde5..cb857ac 100644
--- a/uploader/templates/phenotypes/add-phenotypes-raw-files.html
+++ b/uploader/templates/phenotypes/add-phenotypes-raw-files.html
@@ -502,6 +502,7 @@
 
   var resumableDisplayFiles = (display_area, files) => {
       files.forEach((file) => {
+          display_area.find(".file-display").remove();
           var display_element = display_area
               .find(".file-display-template")
               .clone();