Skip to content

Commit

Permalink
feat(core): pause is considered as running and prevent change status
Browse files Browse the repository at this point in the history
close #684
  • Loading branch information
tchiotludo committed Aug 9, 2022
1 parent 87af893 commit 533cc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/utils/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const STATE = Object.freeze({
colorClass: "purple",
color: "#6d81f5",
icon: "pause-circle",
isRunning: true,
isRunning: false,
isKillable: false,
isFailed: false,
}
Expand Down

0 comments on commit 533cc92

Please sign in to comment.