From 3018bd91948869ac34139c91adce0605eca279bc Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 6 Nov 2021 15:56:16 +0000 Subject: [PATCH] . --- rapids/templates/rapids/rapid_form.html | 1 + 1 file changed, 1 insertion(+) diff --git a/rapids/templates/rapids/rapid_form.html b/rapids/templates/rapids/rapid_form.html index a7b09f6b..763dfa36 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -289,6 +289,7 @@ .getFile()); } current_files = getCurrentFiles(); + console.log("1", distinct_set, current_files); let distinct_set = new Set([...files_to_add].filter( x => !current_files.has(x)));