Skip to content

Commit 4e12120

Browse files
fix: mdx spacing issue
1 parent 068c6a3 commit 4e12120

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • src/content/reference/react-dom/components

src/content/reference/react-dom/components/form.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ export default function Search() {
6868
);
6969
}
7070
```
71+
</Sandpack>
72+
7173
### Preventing form reset {/*preventing-form-reset*/}
7274

7375
By default, forms using the `action` prop reset after submission.
@@ -97,7 +99,7 @@ export default function Form() {
9799
</form>
98100
);
99101
}
100-
102+
```
101103
</Sandpack>
102104

103105
### Handle form submission with a Server Function {/*handle-form-submission-with-a-server-function*/}

0 commit comments

Comments
 (0)