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