diff --git a/src/pages/DomandaEditPreInstructor/index.js b/src/pages/DomandaEditPreInstructor/index.js index 14e98fd..394233b 100644 --- a/src/pages/DomandaEditPreInstructor/index.js +++ b/src/pages/DomandaEditPreInstructor/index.js @@ -822,8 +822,10 @@ const DomandaEditPreInstructor = () => { const body = { applicationStatus: 'TECHNICAL_EVALUATION_REJECTED' }; - + setLoading(true); + setIsVisibleCompleteDialog(false); ApplicationEvaluationService.updateStatus(assignedApplicationId, body, handleRejectingSuccess, handleRejectingError); + } const actionBtns = () => { return