Skip to content

Commit

Permalink
HMS-2584 fix: sync Next and stepper page 1
Browse files Browse the repository at this point in the history
When the step 2 is enabled from the page 1, at the same time the Next
button is enabled too, so both are consistent.

Signed-off-by: Alejandro Visiedo <[email protected]>
  • Loading branch information
avisiedo committed Oct 6, 2023
1 parent 9fdecb9 commit 60d32e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Routes/WizardPage/WizardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const WizardPage = () => {
name: 'Preparation',
component: <PagePreparation onToken={onToken} />,
canJumpTo: canJumpPage1,
enableNext: true,
enableNext: canJumpPage2,
},
{
id: 2,
Expand Down

0 comments on commit 60d32e9

Please sign in to comment.