Fix modalLabel global variable bug
This commit is contained in:
parent
f2f1a3399b
commit
5a4312305c
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ function createCollapsibleCardBody(key, form, type, sectionDescription, sectionC
|
|||
|
||||
function createReportForm(parsedData, type) {
|
||||
let modalBody;
|
||||
let modalLabl;
|
||||
let modalLabel;
|
||||
const accordion = document.createElement("div");
|
||||
accordion.classList.add("accordion");
|
||||
|
||||
|
|
Loading…
Reference in a new issue