Pass missing templateName prop down to Stepper in Workflow
Signed-off-by: Moyeong Lee <moyeong.lee@bain.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user