Pass missing templateName prop down to Stepper in Workflow

Signed-off-by: Moyeong Lee <moyeong.lee@bain.com>
This commit is contained in:
Moyeong Lee
2023-07-21 18:27:26 +02:00
parent cedba01b14
commit bd62c30b05
@@ -102,7 +102,7 @@ export const Workflow = (workflowProps: WorkflowProps): JSX.Element | null => {
noPadding
titleTypographyProps={{ component: 'h2' }}
>
<Stepper manifest={manifest} {...props} />
<Stepper manifest={manifest} templateName={templateName} {...props} />
</InfoCard>
)}
</Content>