From 033403b92762151fad6c72078abec1c0748ae8c5 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 6 Nov 2021 15:50:44 +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 23f93b7f..0cf89168 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -295,6 +295,7 @@ current_files.has(x))); console.log("distinct set", items); + extendInputs(distinct_set.length); distinct_set.forEach((file) => { addFile(file, false); });