add dialog

This commit is contained in:
Noemi
2025-06-30 15:57:34 +02:00
parent d044454ea4
commit c38fa85aa0

View File

@@ -822,8 +822,10 @@ const DomandaEditPreInstructor = () => {
const body = { const body = {
applicationStatus: 'TECHNICAL_EVALUATION_REJECTED' applicationStatus: 'TECHNICAL_EVALUATION_REJECTED'
}; };
setLoading(true);
setIsVisibleCompleteDialog(false);
ApplicationEvaluationService.updateStatus(assignedApplicationId, body, handleRejectingSuccess, handleRejectingError); ApplicationEvaluationService.updateStatus(assignedApplicationId, body, handleRejectingSuccess, handleRejectingError);
} }
const actionBtns = () => { const actionBtns = () => {
return <div className="appPageSection__actions"> return <div className="appPageSection__actions">