Skip to content

Commit f21298f

Browse files
committed
Improve Edit documentation
1 parent f60568a commit f21298f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Edit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ This can be useful e.g. to pass [a custom `meta`](./Actions.md#meta-parameter) t
583583
```jsx
584584
import { Edit, SimpleForm } from 'react-admin';
585585

586-
export const PostShow = () => (
586+
export const PostEdit = () => (
587587
<Edit queryOptions={{ meta: { foo: 'bar' } }}>
588588
<SimpleForm>
589589
...

0 commit comments

Comments
 (0)