File tree Expand file tree Collapse file tree
Components/DeploymentStatusBreakdown Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ const getDefaultDeploymentStatusTimeline = (
3939 deploymentStatus : WFR_STATUS_DTO_TO_DEPLOYMENT_STATUS_MAP [ data ?. wfrStatus ] || DEPLOYMENT_STATUS . INPROGRESS ,
4040 deploymentTriggerTime : data ?. deploymentStartedOn || '' ,
4141 deploymentEndTime : data ?. deploymentFinishedOn || '' ,
42- deploymentError : '' ,
4342 triggeredBy : data ?. triggeredBy || '' ,
4443 lastFailedStatusType : '' ,
4544 deploymentStatusBreakdown : {
Original file line number Diff line number Diff line change @@ -1273,10 +1273,6 @@ export interface DeploymentStatusDetailsBreakdownDataType {
12731273 deploymentStatus : ( typeof DEPLOYMENT_STATUS ) [ keyof typeof DEPLOYMENT_STATUS ]
12741274 deploymentTriggerTime : string
12751275 deploymentEndTime : string
1276- /**
1277- * Only required - isHelmManifestPushFailed === true then in error bar below heading tile
1278- */
1279- deploymentError ?: string
12801276 triggeredBy : string
12811277 /**
12821278 * Only required - isHelmManifestPushFailed === true then in error bar below heading tile
You can’t perform that action at this time.
0 commit comments