Skip to content

Commit 8c1cde1

Browse files
fix: lint error
1 parent bbbf160 commit 8c1cde1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/useform/reset.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Reset the entire form state, fields reference, and subscriptions. There are opti
4545
```javascript
4646
reset(); // update form back to default values
4747

48-
reset({ test: "test" }); // update your defaultValues && form values
48+
reset({ test: 'test' }); // update your defaultValues && form values
4949

5050
reset(undefined, { keepDirtyValues: true }); // reset other form state but keep defaultValues and form values
5151
```

0 commit comments

Comments
 (0)