king
2024-07-15 f4b9504cad034ddcdef21c2081d14a4984fcd2d3
src/tabviews/custom/components/share/tabtransfer/index.jsx
@@ -294,9 +294,7 @@
        )
      } else if (item.type === 'group' && item.subtype === 'normalgroup') {
        return (
          <Col span={item.width} style={style} key={item.uuid}>
            <NormalGroup config={item}/>
          </Col>
          <NormalGroup config={item} style={style} key={item.uuid}/>
        )
      } else if (item.type === 'form' && item.subtype === 'simpleform') {
        return (