e2corporation commented on code in PR #2598:
URL: https://github.com/apache/incubator-devlake/pull/2598#discussion_r929051339
##########
config-ui/src/pages/blueprints/blueprint-detail.jsx:
##########
@@ -684,10 +683,10 @@ const BlueprintDetail = (props) => {
status: lastPipeline.status,
statusLabel: TaskStatusLabels[lastPipeline.status],
icon: getTaskStatusIcon(lastPipeline.status),
- startedAt: dayjs(lastPipeline.beganAt).format('L LTS'),
+ startedAt: dayjs(lastPipeline.beganAt ||
lastPipeline.createdAt).format('L LTS'),
Review Comment:
startedAt set to `-` for created state
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]