File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Components/DeploymentStatusBreakdown Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ const getDefaultDeploymentStatusTimeline = (
39
39
deploymentStatus : WFR_STATUS_DTO_TO_DEPLOYMENT_STATUS_MAP [ data ?. wfrStatus ] || DEPLOYMENT_STATUS . INPROGRESS ,
40
40
deploymentTriggerTime : data ?. deploymentStartedOn || '' ,
41
41
deploymentEndTime : data ?. deploymentFinishedOn || '' ,
42
- deploymentError : '' ,
43
42
triggeredBy : data ?. triggeredBy || '' ,
44
43
lastFailedStatusType : '' ,
45
44
deploymentStatusBreakdown : {
Original file line number Diff line number Diff line change @@ -1273,10 +1273,6 @@ export interface DeploymentStatusDetailsBreakdownDataType {
1273
1273
deploymentStatus : ( typeof DEPLOYMENT_STATUS ) [ keyof typeof DEPLOYMENT_STATUS ]
1274
1274
deploymentTriggerTime : string
1275
1275
deploymentEndTime : string
1276
- /**
1277
- * Only required - isHelmManifestPushFailed === true then in error bar below heading tile
1278
- */
1279
- deploymentError ?: string
1280
1276
triggeredBy : string
1281
1277
/**
1282
1278
* Only required - isHelmManifestPushFailed === true then in error bar below heading tile
You can’t perform that action at this time.
0 commit comments