From c38fa85aa082fe918b194e2bd0c5e62247b1c83e Mon Sep 17 00:00:00 2001 From: Noemi Date: Mon, 30 Jun 2025 15:57:34 +0200 Subject: [PATCH] add dialog --- src/pages/DomandaEditPreInstructor/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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