From 2ccd33975abf91f9a7929ca8ed6fc03d74ee424d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 08 十月 2022 10:10:07 +0800 Subject: [PATCH] 2022-10-08 --- src/menu/components/chart/chart-custom/chartcompile/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/menu/components/chart/chart-custom/chartcompile/index.jsx b/src/menu/components/chart/chart-custom/chartcompile/index.jsx index 2f0871c..fd2e219 100644 --- a/src/menu/components/chart/chart-custom/chartcompile/index.jsx +++ b/src/menu/components/chart/chart-custom/chartcompile/index.jsx @@ -1,7 +1,7 @@ import React, {Component} from 'react' import PropTypes from 'prop-types' import { fromJS } from 'immutable' -import { Modal, Form, Tabs } from 'antd' +import { Modal, Tabs } from 'antd' import { EditOutlined } from '@ant-design/icons' import { getBaseForm } from './formconfig' @@ -118,4 +118,4 @@ } } -export default Form.create()(CustomChartDrawerForm) \ No newline at end of file +export default CustomChartDrawerForm \ No newline at end of file -- Gitblit v1.8.0