src/menu/components/card/table-card/index.jsx
@@ -1,6 +1,5 @@ import React, {Component} from 'react' import PropTypes from 'prop-types' import {connect} from 'react-redux' import { is, fromJS } from 'immutable' import { Icon, Popover, Modal, Pagination, notification } from 'antd' @@ -353,14 +352,4 @@ } } const mapStateToProps = (state) => { return { menu: state.customMenu } } const mapDispatchToProps = () => { return {} } export default connect(mapStateToProps, mapDispatchToProps)(TableCardEditComponent) export default TableCardEditComponent