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 = {
applicationStatus: 'TECHNICAL_EVALUATION_REJECTED'
};
setLoading(true);
setIsVisibleCompleteDialog(false);
ApplicationEvaluationService.updateStatus(assignedApplicationId, body, handleRejectingSuccess, handleRejectingError);
}
const actionBtns = () => {
return <div className="appPageSection__actions">