Skip to content

Commit

Permalink
LF-4165 Pass history to form content in MultiStepForm
Browse files Browse the repository at this point in the history
  • Loading branch information
SayakaOno committed Aug 16, 2024
1 parent 6ed4959 commit c7d84b0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export const MultiStepForm = ({
>
<FormProvider {...form}>
<activeStep.FormContent
history={history}
onGoForward={onGoForward}
form={form}
formResultData={formResultData}
Expand Down

0 comments on commit c7d84b0

Please sign in to comment.