Skip to content

Commit

Permalink
[mantine.dev] Fix typo(#6221)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meierschlumpf authored May 11, 2024
1 parent 0976f8a commit 207887e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mantine.dev/src/pages/form/values.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ It is usually a good idea to set `readOnly` or `disabled` on all form fields bef

## setInitialValues handler

`font.setInitialValues` handler allows to update `initialValues` after form was initialized:
`form.setInitialValues` handler allows to update `initialValues` after form was initialized:

```tsx
import { useEffect } from 'react';
Expand Down

0 comments on commit 207887e

Please sign in to comment.