From bd62c30b059784dc8176d766f4c38ee73f03c059 Mon Sep 17 00:00:00 2001 From: Moyeong Lee Date: Fri, 21 Jul 2023 18:27:26 +0200 Subject: [PATCH] Pass missing templateName prop down to Stepper in Workflow Signed-off-by: Moyeong Lee --- .../scaffolder-react/src/next/components/Workflow/Workflow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder-react/src/next/components/Workflow/Workflow.tsx b/plugins/scaffolder-react/src/next/components/Workflow/Workflow.tsx index f6ff12e3a3..228f5cefd9 100644 --- a/plugins/scaffolder-react/src/next/components/Workflow/Workflow.tsx +++ b/plugins/scaffolder-react/src/next/components/Workflow/Workflow.tsx @@ -102,7 +102,7 @@ export const Workflow = (workflowProps: WorkflowProps): JSX.Element | null => { noPadding titleTypographyProps={{ component: 'h2' }} > - + )}