src/tabviews/zshare/actionList/popupbutton/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 { Button, Modal, notification, Icon, Drawer } from 'antd' @@ -318,15 +317,4 @@ ) } } const mapStateToProps = (state) => { return { tabviews: state.tabviews, } } const mapDispatchToProps = () => { return {} } export default connect(mapStateToProps, mapDispatchToProps)(PopupButton) export default PopupButton