Skip to content

Commit

Permalink
fix: Add the processing of rollback status to the version list (#696)
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiaolei <[email protected]>
Co-authored-by: jiaxiaolei <[email protected]>
  • Loading branch information
jiaxiaolei007 and jiaxiaolei authored Mar 14, 2023
1 parent 9499bf9 commit cfc1e61
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 cfc1e61

Please sign in to comment.