Skip to content

Commit

Permalink
Update saving-data.md (#11043)
Browse files Browse the repository at this point in the history
Corrected file name ContactPage.jsx in saving-data.md
  • Loading branch information
ryanb006 authored Jul 21, 2024
1 parent bdf6208 commit 659331f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorial/chapter3/saving-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@ Right now we won't even be able to test our validation on the server because we'
<Tabs groupId="js-ts">
<TabItem value="js" label="JavaScript">

```diff title="web/src/pages/ContactPage/ContactPage.js"
```diff title="web/src/pages/ContactPage/ContactPage.jsx"
<TextField
name="email"
validation={{
Expand Down

0 comments on commit 659331f

Please sign in to comment.