We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62b85d2 + dd4bb78 commit 4a49abdCopy full SHA for 4a49abd
packages/pf4-component-mapper/src/wizard/wizard-components/wizard-step.js
@@ -61,7 +61,7 @@ const WizardStep = ({
61
62
return (
63
<Fragment>
64
- <WizardBody hasNoBodyPadding={hasNoBodyPadding}>
+ <WizardBody hasNoPadding={hasNoBodyPadding}>
65
<StepTemplate
66
formFields={fields.map((item) => formOptions.renderForm([item], formOptions))}
67
name={name}
0 commit comments