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
(cherry picked from commit e845d58)
  • Loading branch information
cristipaval authored and OSBotify committed Sep 27, 2023
1 parent 60ac23f commit 8145d77
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 8145d77

Please sign in to comment.