Skip to content

Commit a970cf3

Browse files
fix(orchestrator): correct start time display in Results pane (#1801)
1 parent 861098c commit a970cf3

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-orchestrator': patch
3+
---
4+
5+
Fix workflow start time displaying `{{ time }}` placeholder instead of actual time

workspaces/orchestrator/plugins/orchestrator/src/components/WorkflowInstancePage/WorkflowResult.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const ResultMessage = ({
137137
 
138138
<Trans
139139
message="run.status.workflowIsRunning"
140-
params={{ startedTime }}
140+
params={{ time: startedTime }}
141141
/>
142142
</>
143143
);

0 commit comments

Comments
 (0)