File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { MdVerifiedUser } from 'react-icons/md';
55import { FaUserSlash } from 'react-icons/fa' ;
66import { connect } from 'react-redux' ;
77import { forgotPassword , changePassword } from '../actions/authAction' ;
8- import { activateDeactivateToggler } from '../actions/usersAction' ;
8+ import { activateDeactivateToggler , updateProfile } from '../actions/usersAction' ;
99import { ToastContainer , toast } from "react-toastify" ;
1010import "react-toastify/dist/ReactToastify.css" ;
1111
@@ -415,5 +415,6 @@ const mapStateToProps = (state) => {
415415export default connect ( mapStateToProps , {
416416 forgotPassword,
417417 changePassword,
418+ updateProfile,
418419 activateDeactivateToggler
419420 } ) ( Popups ) ;
You can’t perform that action at this time.
0 commit comments