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';
5
5
import { FaUserSlash } from 'react-icons/fa' ;
6
6
import { connect } from 'react-redux' ;
7
7
import { forgotPassword , changePassword } from '../actions/authAction' ;
8
- import { activateDeactivateToggler } from '../actions/usersAction' ;
8
+ import { activateDeactivateToggler , updateProfile } from '../actions/usersAction' ;
9
9
import { ToastContainer , toast } from "react-toastify" ;
10
10
import "react-toastify/dist/ReactToastify.css" ;
11
11
@@ -415,5 +415,6 @@ const mapStateToProps = (state) => {
415
415
export default connect ( mapStateToProps , {
416
416
forgotPassword,
417
417
changePassword,
418
+ updateProfile,
418
419
activateDeactivateToggler
419
420
} ) ( Popups ) ;
You can’t perform that action at this time.
0 commit comments