king
2024-07-29 fd1a4a42bbef3e9c02e0fee346b49401ec0fe23f
src/tabviews/custom/components/share/tabtransfer/index.jsx
@@ -386,7 +386,7 @@
    }
    return (
      <Row className="component-wrap" id={'anchor' + config.uuid} gutter={8}>{this.getComponents(config.components)}</Row>
      <Row className="component-wrap" id={'anchor' + config.uuid}>{this.getComponents(config.components)}</Row>
    )
  }
}