src/menu/pastecontroller/index.jsx
@@ -153,6 +153,17 @@ } return col }) } else if (item.type === 'form') { item.subcards = item.subcards.map(cell => { cell.uuid = Utils.getuuid() cell.fields = cell.fields.map(m => { m.uuid = Utils.getuuid() return m }) return cell }) } if (item.btnlog) {