src/templates/sharecomponent/fieldscomponent/index.jsx @@ -187,6 +187,12 @@ Width: 120 } if (item.type === 'number') { newcard.decimal = item.decimal } else { newcard.fieldlength = item.length || 50 } items.push(newcard) } })