diff --git a/rapids/templates/rapids/rapid_form.html b/rapids/templates/rapids/rapid_form.html index 218354aa..513380ba 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -294,12 +294,8 @@ // x => !current_files.has(x))); - - console.log(files_to_add, current_files, - distinct_set); - - extendInputs(distinct_set.size); - distinct_set.forEach((file) => { + extendInputs(files_to_add.size); + files_to_add.forEach((file) => { addFile(file, false); }); });