src/menu/components/table/edit-table/index.jsx
@@ -96,11 +96,6 @@ cell.uuid = Utils.getuuid() return cell }) } else if (col.type === 'action' && col.elements) { col.elements = col.elements.map(cell => { cell.uuid = Utils.getuuid() return cell }) } return col }) @@ -220,7 +215,7 @@ addColumns = () => { let card = fromJS(this.state.card).toJS() card.cols.push({ focus: true, uuid: Utils.getuuid(), label: 'label', field: '', type: 'text' }) card.cols.push({ focus: true, Width: 120, uuid: Utils.getuuid(), label: 'label', field: '', type: 'text' }) this.setState({card}) }