We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 131826d + 58d7795 commit 3db63c6Copy full SHA for 3db63c6
src/common/Popups.js
@@ -5,7 +5,7 @@ import { MdVerifiedUser } from 'react-icons/md';
5
import { FaUserSlash } from 'react-icons/fa';
6
import { connect } from 'react-redux';
7
import { forgotPassword, changePassword } from '../actions/authAction';
8
-import { activateDeactivateToggler } from '../actions/usersAction';
+import { activateDeactivateToggler, updateProfile } from '../actions/usersAction';
9
import { ToastContainer, toast } from "react-toastify";
10
import "react-toastify/dist/ReactToastify.css";
11
@@ -415,5 +415,6 @@ const mapStateToProps = (state) => {
415
export default connect( mapStateToProps, {
416
forgotPassword,
417
changePassword,
418
+ updateProfile,
419
activateDeactivateToggler
420
})(Popups);
0 commit comments