king
2021-09-17 eb0c4703ec7cd21dc921ae113b7e3be69c641c1d
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