diff --git a/rapids/templates/rapids/rapid_form.html b/rapids/templates/rapids/rapid_form.html index a7855d8e..9e315480 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -280,6 +280,8 @@ let distinct_set = new Set([...files_to_add].filter( x => !current_files.has(x))); + console.log(distinct_set); + extendInputs(distinct_set.size); distinct_set.forEach((file) => { addFile(file, false);