Skip to content

Commit 542857c

Browse files
committed
fix: update warning icon colors to use CSS variables and correct workflow status mapping
1 parent 074ff56 commit 542857c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Assets/IconV2/ic-warning.svg

Lines changed: 2 additions & 2 deletions
Loading

src/Shared/Components/CICDHistory/utils.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export const getIconFromWorkflowStageStatusType = (status: WorkflowStageStatusTy
226226
[WorkflowStageStatusType.ABORTED]: StatusType.ABORTED,
227227
[WorkflowStageStatusType.FAILED]: StatusType.FAILED,
228228
[WorkflowStageStatusType.SUCCEEDED]: StatusType.SUCCEEDED,
229-
[WorkflowStageStatusType.NOT_STARTED]: StatusType.PROGRESSING,
229+
[WorkflowStageStatusType.NOT_STARTED]: StatusType.INPROGRESS,
230230
[WorkflowStageStatusType.RUNNING]: StatusType.INPROGRESS,
231231
}
232232

0 commit comments

Comments
 (0)