Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
[Web Portal] fix job list page's stopping status(#3869)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqinzheng authored Nov 20, 2019
1 parent 2dc2411 commit bbb9816
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit bbb9816

Please sign in to comment.