From fd3747375ad78b1bf077e780bf7835c96fde0539 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 6 Nov 2021 15:56:58 +0000 Subject: [PATCH] . --- rapids/templates/rapids/rapid_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)));