Skip to content

Commit 18bda47

Browse files
authored
fix(orchestrator): capitalize Orchestrator in path (#991)
Signed-off-by: Lior Soffer <liorsoffer1@gmail.com>
1 parent 3973839 commit 18bda47

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+
capitalize "Orchestrator" in path

workspaces/orchestrator/plugins/orchestrator/src/components/WorkflowPage/WorkflowPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const WorkflowPage = () => {
4444
return (
4545
<BaseOrchestratorPage
4646
title={workflowOverviewDTO?.data.name || workflowId}
47-
type="orchestrator"
47+
type="Orchestrator"
4848
typeLink="/orchestrator"
4949
noPadding
5050
>

0 commit comments

Comments
 (0)