Skip to content

Commit

Permalink
Merge pull request #1352 from PrefectHQ/remove-skip
Browse files Browse the repository at this point in the history
BugFix: Remove skipped state from the change state mixin
  • Loading branch information
zhen0 authored Dec 9, 2022
2 parents 635df5e + 06e7dfe commit 8070229
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mixins/changeStateMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export const changeStateMixin = {
'Success',
'Cancelled',
'Finished',
'Skipped',
'TimedOut',
{ header: 'Scheduled States - To Re-run Task Run' },
{ divider: '...' },
Expand All @@ -58,7 +57,6 @@ export const changeStateMixin = {
'Success',
'Cancelled',
'Finished',
'Skipped',
{ header: 'Scheduled - To Re-run Flow Run' },
{ divider: '...' },
'Scheduled'
Expand Down

0 comments on commit 8070229

Please sign in to comment.