From a6478f56795e10274aa7368c6f587ab664c4f505 Mon Sep 17 00:00:00 2001 From: Alireza khaji Date: Mon, 4 Jul 2022 16:59:43 +0430 Subject: [PATCH] some change | 60 --- src/redux/actions/exam.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redux/actions/exam.js b/src/redux/actions/exam.js index c4b444f..edd96fb 100644 --- a/src/redux/actions/exam.js +++ b/src/redux/actions/exam.js @@ -36,7 +36,7 @@ const exam = { addExamGradeAndGroup: (data = {}) => { return (dispatch) => { dispatch({ - type: "ADD_EXAM_GRADE_AND_GROUP", + type: "ADD_EXAM_GRADE_AND_GROUP", payload: data, }); };