diff --git a/rapids/templates/rapids/rapid_form.html b/rapids/templates/rapids/rapid_form.html index 763dfa36..79e38657 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -289,7 +289,7 @@ .getFile()); } current_files = getCurrentFiles(); - console.log("1", distinct_set, current_files); + console.log("1", files_to_add, current_files); let distinct_set = new Set([...files_to_add].filter( x => !current_files.has(x)));