Skip to content

Commit

Permalink
fix user form
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubik committed Nov 5, 2024
1 parent 8adc782 commit bab15d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/users/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const UserEditForm = (props) => {
return (
<div className="c-section">
<div className="l-container">
<FormProvider initialValues={initialFormValues} Submit={handleSubmit}>
<FormProvider initialValues={initialFormValues} onSubmit={handleSubmit}>
{({ form }) => (
<Form>
<fieldset className="c-field-container">
Expand Down

0 comments on commit bab15d8

Please sign in to comment.