Skip to content

Commit

Permalink
fix: Use PF5 name for WizardBody no padding
Browse files Browse the repository at this point in the history
  • Loading branch information
randomnetcat committed Jul 17, 2024
1 parent 62b85d2 commit 7ee551f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const WizardStep = ({

return (
<Fragment>
<WizardBody hasNoBodyPadding={hasNoBodyPadding}>
<WizardBody hasNoPadding={hasNoBodyPadding}>
<StepTemplate
formFields={fields.map((item) => formOptions.renderForm([item], formOptions))}
name={name}
Expand Down

0 comments on commit 7ee551f

Please sign in to comment.