Skip to content

Commit 3db63c6

Browse files
authored
Merge pull request #587 from codeuino/minor_fix
minor prop fix
2 parents 131826d + 58d7795 commit 3db63c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/common/Popups.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { MdVerifiedUser } from 'react-icons/md';
55
import { FaUserSlash } from 'react-icons/fa';
66
import { connect } from 'react-redux';
77
import { forgotPassword, changePassword } from '../actions/authAction';
8-
import { activateDeactivateToggler } from '../actions/usersAction';
8+
import { activateDeactivateToggler, updateProfile } from '../actions/usersAction';
99
import { ToastContainer, toast } from "react-toastify";
1010
import "react-toastify/dist/ReactToastify.css";
1111

@@ -415,5 +415,6 @@ const mapStateToProps = (state) => {
415415
export default connect( mapStateToProps, {
416416
forgotPassword,
417417
changePassword,
418+
updateProfile,
418419
activateDeactivateToggler
419420
})(Popups);

0 commit comments

Comments
 (0)