We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent befcf31 commit 1b81a4cCopy full SHA for 1b81a4c
1 file changed
src/features/admin/components/form/Form.tsx
@@ -43,7 +43,7 @@ const Form = (): JSX.Element | null => {
43
className={styles.form}
44
onSubmit={(e) => {
45
e.preventDefault();
46
- handleSave(formData);
+ handleSave({ data: formData });
47
}}
48
>
49
<h3 className={styles.formHeading}>
0 commit comments