diff --git a/SAS/TMSS/frontend/tmss_webapp/src/routes/Scheduling/ViewSchedulingUnit.js b/SAS/TMSS/frontend/tmss_webapp/src/routes/Scheduling/ViewSchedulingUnit.js index a725c6a29ca419df7a311e9ea13849e0a059ee35..4d8ac36f11a7e49e53265e16fcce822bfac0371d 100644 --- a/SAS/TMSS/frontend/tmss_webapp/src/routes/Scheduling/ViewSchedulingUnit.js +++ b/SAS/TMSS/frontend/tmss_webapp/src/routes/Scheduling/ViewSchedulingUnit.js @@ -1185,6 +1185,7 @@ class ViewSchedulingUnit extends Component { let task = _.find(schedulingUnitTasks, {'id': selectedTask.id, tasktype: 'Blueprint'}); if (cancelledTask) { task.status = cancelledTask.status; + await this.getSchedulingUnitDetails (this.props.match.params.type, this.props.match.params.id); } cancelledTasks.push({ id: task.id, suId: this.state.scheduleunit.id, suName: this.state.scheduleunit.name,