Skip to content

Commit

Permalink
Fix ITaskState types sort by ID
Browse files Browse the repository at this point in the history
  • Loading branch information
imizao committed Sep 27, 2023
1 parent c74b7a8 commit 40e06c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dolphinscheduler-ui/src/common/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import { Component } from 'vue'
export type ITaskState =
| 'SUBMITTED_SUCCESS'
| 'RUNNING_EXECUTION'
| 'STOP'
| 'PAUSE'
| 'STOP'
| 'FAILURE'
| 'SUCCESS'
| 'NEED_FAULT_TOLERANCE'
Expand Down

0 comments on commit 40e06c9

Please sign in to comment.