Skip to content

Commit

Permalink
chore(docs): fix url for reset function (#11836)
Browse files Browse the repository at this point in the history
  • Loading branch information
38elements committed May 8, 2024
1 parent 50da867 commit 3861b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/data/mutations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ if (error) return `Submission error! ${error.message}`;
### Resetting mutation status

The mutation result object returned by `useMutation` includes a [`reset` function](#reset):
The mutation result object returned by `useMutation` includes a [`reset` function](#mutationresult-interface-reset):

```js
const [login, { data, loading, error, reset }] = useMutation(LOGIN_MUTATION);
Expand Down

0 comments on commit 3861b7c

Please sign in to comment.