Skip to content

Commit

Permalink
docs: Update useMutation.md (#7349)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishsurya committed Apr 29, 2024
1 parent 7c0187e commit b757ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/react/reference/useMutation.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ mutate(variables, {
- `mutationKey: unknown[]`
- Optional
- A mutation key can be set to inherit defaults set with `queryClient.setMutationDefaults`.
- `networkMode: 'online' | 'always' | 'offlineFirst`
- `networkMode: 'online' | 'always' | 'offlineFirst'`
- optional
- defaults to `'online'`
- see [Network Mode](./guides/network-mode) for more information.
Expand Down

0 comments on commit b757ea4

Please sign in to comment.