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 14, 2024
1 parent 53c9096 commit aefc79e
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 aefc79e

Please sign in to comment.