src/menu/components/form/step-form/index.jsx
@@ -477,7 +477,7 @@ }) } if (item.type === 'switch' || item.type === 'check') { if (['switch', 'check', 'popSelect'].includes(item.type)) { _linksupFields.push({ field: item.field, label: item.label @@ -592,6 +592,7 @@ res.fields.forEach(item => { item.uuid = Utils.getuuid() delete item.focus }) if (!res.prevButton) {