We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60568a commit f21298fCopy full SHA for f21298f
docs/Edit.md
@@ -583,7 +583,7 @@ This can be useful e.g. to pass [a custom `meta`](./Actions.md#meta-parameter) t
583
```jsx
584
import { Edit, SimpleForm } from 'react-admin';
585
586
-export const PostShow = () => (
+export const PostEdit = () => (
587
<Edit queryOptions={{ meta: { foo: 'bar' } }}>
588
<SimpleForm>
589
...
0 commit comments