Skip to content

Commit

Permalink
fix: Add the processing of rollback status to the version list
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiaolei <[email protected]>
  • Loading branch information
jiaxiaolei authored and jiaxiaolei007 committed Mar 14, 2023
1 parent 443dfb8 commit 1092aaf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ export const statusList = [
{ label: 'Complete', value: 'complete' },
{ label: 'Failure', value: 'failure' },
{ label: 'Terminated', value: 'terminated' },
{ label: 'Rollback', value: 'rollback' },
];

0 comments on commit 1092aaf

Please sign in to comment.