add dialog
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user