diff --git a/views/components/formTypes/multiRow.ejs b/views/components/formTypes/multiRow.ejs index 7f62710e..829af565 100644 --- a/views/components/formTypes/multiRow.ejs +++ b/views/components/formTypes/multiRow.ejs @@ -1,9 +1,10 @@ -
+ +
<% option.optionType.options.forEach(opt => { %> -
+

<%- opt?.optionName || ""%>

<%- opt?.optionDescription || ""%>

- <%- include(`./${opt.optionType.type}.ejs`, {option: opt, s, Allowed: allowList[opt.optionId]}) %> + <%- include(`./${opt.optionType.type}.ejs`, {option: opt, s, Allowed}) %>
<% }) %> -
\ No newline at end of file +