Skip to content

Commit

Permalink
update baseMutationOptions()
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Jan 8, 2025
1 parent 36d6fb1 commit 4ce80ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/react-query/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export function baseQueryOptions() {

export function baseMutationOptions() {
return {
networkMode: 'always',
retry: false,
} satisfies UseMutationOptions
}

0 comments on commit 4ce80ff

Please sign in to comment.