Skip to content

Commit

Permalink
chore: resolve a github annotation (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored Dec 1, 2023
1 parent eb3f7f0 commit 0bcfa40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const UIPatternsComplexWizardRender: React.FC<{
...stepProps,
};
});
}, [wizardSteps, extra]);
}, [wizardSteps, extra, values]);

return (
<Wizard steps={steps} memo={`${extra.memo}`} formSubmit={formSubmit} />
Expand Down

0 comments on commit 0bcfa40

Please sign in to comment.