diff --git a/src/webportal/src/app/job/job-view/fabric/JobList/index.jsx b/src/webportal/src/app/job/job-view/fabric/JobList/index.jsx index 3a76d58b6d..e05220cbd1 100644 --- a/src/webportal/src/app/job/job-view/fabric/JobList/index.jsx +++ b/src/webportal/src/app/job/job-view/fabric/JobList/index.jsx @@ -124,7 +124,7 @@ export default function JobList() { ) .then(response => { if (response.ok) { - job.executionType = 'STOPPING'; + job.executionType = 'STOP'; delete job._statusText; delete job._statusIndex; setAllJobs(allJobs.slice());