From eb0c4703ec7cd21dc921ae113b7e3be69c641c1d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 17 九月 2021 15:18:06 +0800 Subject: [PATCH] 2021-09-17 --- src/tabviews/zshare/actionList/popupbutton/index.jsx | 14 +------------- 1 files changed, 1 insertions(+), 13 deletions(-) diff --git a/src/tabviews/zshare/actionList/popupbutton/index.jsx b/src/tabviews/zshare/actionList/popupbutton/index.jsx index de6fa8a..672597b 100644 --- a/src/tabviews/zshare/actionList/popupbutton/index.jsx +++ b/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) \ No newline at end of file +export default PopupButton \ No newline at end of file -- Gitblit v1.8.0