Merge pull request #18754 from 2000prcs/bugfix/add-missing-templateName-prop
Bugfix/pass missing `templateName` prop to `Stepper` in `Workflow` (GA4 event tracking bug fix)
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