Skip to content

Commit 02fd89a

Browse files
committed
fix mutations
1 parent 20a1e6c commit 02fd89a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

examples/ra-offline/src/App.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ const baseQueryClient = new QueryClient({
1515
gcTime: 1000 * 60 * 60 * 24, // 24 hours
1616
networkMode: "offlineFirst",
1717
},
18-
mutations: {
19-
networkMode: "offlineFirst",
20-
},
2118
},
2219
});
2320

0 commit comments

Comments
 (0)