src/tabviews/custom/index.jsx
@@ -1140,7 +1140,7 @@ } else if (item.type === 'table' && item.subtype === 'editable') { return ( <Col span={item.width} key={item.uuid}> <EditTable config={item} data={data} BID={_bid} mainSearch={mainSearch} menuType={menuType} /> <EditTable config={item} BID={_bid} mainSearch={mainSearch} menuType={menuType} /> </Col> ) } else if (item.type === 'group' && item.subtype === 'normalgroup') {