Skip to content

Commit d64c136

Browse files
committed
fix(forms): remove debug from <Form> component
1 parent 9d600cb commit d64c136

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/forms/Form.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export function Form({ children, initialValues, onSubmit, submitLabel, cancelLab
2424

2525
return (
2626
<form onSubmit={handleSubmit}>
27-
<code>{JSON.stringify(formState.getFormData(), '', ' ')}</code>
2827
<FormContext.Provider value={formState}>{children}</FormContext.Provider>
2928

3029
<FormActions {...{ submitLabel, cancelLabel, onCancel: handleCancel }} />

0 commit comments

Comments
 (0)