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) export default CustomChartDrawerForm