From 7ce07b17e87cd126547e68e412eac320ff4da577 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 11 Nov 2021 23:37: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 90e88360..bea584f8 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -466,7 +466,7 @@ n = el.id.split("-")[1]; $(`#drop-filenames span[data-input-id='${el.id}']`).remove(); - let extra_class; + let extra_class = ""; let imageId; if (el.files[0].type.startsWith("image")) { base = await blobToBase64(el.files[0]);