king
2024-07-25 04dd40997d436c8e226114d6013a509e45e54c7e
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>
    )
  }
}