Skip to content

Commit 953716c

Browse files
authored
Merge pull request #7558 from joshq00/master
Add queryClient prop to <Admin />
2 parents 01d70c8 + 01775ed commit 953716c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-admin/src/Admin.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ export const Admin = (props: AdminProps) => {
105105
loginPage,
106106
menu, // deprecated, use a custom layout instead
107107
notification,
108+
queryClient,
108109
requireAuth,
109110
store,
110111
ready,
@@ -126,6 +127,7 @@ export const Admin = (props: AdminProps) => {
126127
i18nProvider={i18nProvider}
127128
store={store}
128129
history={history}
130+
queryClient={queryClient}
129131
theme={theme}
130132
>
131133
<AdminUI

0 commit comments

Comments
 (0)