diff --git a/src/js/form-builder.js b/src/js/form-builder.js index 81078668f..d3cef6220 100644 --- a/src/js/form-builder.js +++ b/src/js/form-builder.js @@ -936,7 +936,6 @@ function FormBuilder(opts, element, $) { let attrVal = values[attribute] || '' let attrLabel = mi18n.get(attribute) || attribute - const typeVal = values['type'] || '' if (attribute === 'label') { if (textArea.includes(values.type)) {