Skip to content

Commit ba990e3

Browse files
committed
Fix typo
1 parent 6b067d9 commit ba990e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Admin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ The common settings that react-admin developers often overwrite are:
144144
import { QueryClient } from 'react-query';
145145

146146
const queryClient = new QueryClient({
147-
defaultOptions: {}
147+
defaultOptions: {
148148
queries: {
149149
/**
150150
* The time in milliseconds after data is considered stale.

0 commit comments

Comments
 (0)