Skip to content

Commit

Permalink
Merge pull request #28295 from akinwale/task-28148
Browse files Browse the repository at this point in the history
fix: save button is disabled in display name page in offline mode
  • Loading branch information
cristipaval authored Sep 27, 2023
2 parents e74b4d2 + c5094de commit e845d58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Form/FormProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ function FormProvider({validate, shouldValidateOnBlur, shouldValidateOnChange, c
onSubmit={submit}
inputRefs={inputRefs}
errors={errors}
enabledWhenOffline={enabledWhenOffline}
>
{children}
</FormWrapper>
Expand Down

0 comments on commit e845d58

Please sign in to comment.