Skip to content

Commit

Permalink
Merge pull request #8088 from marmelab/fix-coreadmin-store
Browse files Browse the repository at this point in the history
Fix `<CoreAdmin store>` prop is ignored
  • Loading branch information
djhi committed Aug 22, 2022
2 parents 8e64475 + eef1eb9 commit 200a123
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ra-core/src/core/CoreAdmin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export const CoreAdmin = (props: CoreAdminProps) => {
menu, // deprecated, use a custom layout instead
ready,
requireAuth,
store,
title = 'React Admin',
} = props;
return (
Expand All @@ -110,6 +111,7 @@ export const CoreAdmin = (props: CoreAdminProps) => {
i18nProvider={i18nProvider}
queryClient={queryClient}
history={history}
store={store}
>
<CoreAdminUI
layout={layout}
Expand Down

0 comments on commit 200a123

Please sign in to comment.