Skip to content

Commit

Permalink
PR feedback from Eric and Matt
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Dec 5, 2022
1 parent 62ce1f0 commit 6b32fbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/react-core/src/components/Wizard/examples/Wizard.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,10 @@ class ValidateButtonPressWizard extends React.Component {
// Final step buttons
return (
<>
<Button variant="secondary" onClick={() => goToStepByName('First step')}>
Go to Beginning
</Button>
<Button onClick={() => this.validateLastStep(onNext)}>Validate</Button>
<Button onClick={() => goToStepByName('First step')}>Go to Beginning</Button>
</>
);
}}
Expand Down

0 comments on commit 6b32fbb

Please sign in to comment.