We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4bd625 + ffe0fe1 commit 80867dcCopy full SHA for 80867dc
src/components/TaskApprovementPanel.js
@@ -145,8 +145,8 @@ const mapStateToProps = (state) => ({
145
rights: !!state.core && !!state.core.user && !!state.core.user.i_user ? state.core.user.i_user.rights : [],
146
user: !!state.core && !!state.core.user ? state.core.user : null,
147
confirmed: state.core.confirmed,
148
- submittingMutation: state.socialProtection.submittingMutation,
149
- mutation: state.socialProtection.mutation,
+ submittingMutation: state.tasksManagement.submittingMutation,
+ mutation: state.tasksManagement.mutation,
150
});
151
152
const mapDispatchToProps = (dispatch) => bindActionCreators({
0 commit comments