Skip to content

Commit ac59196

Browse files
authored
Missing a DateField
1 parent d4a15bd commit ac59196

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ReferenceManyField.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export const AuthorShow = () => (
150150
Or [`<WithListContext>`](./WithListContext.md) to render the related records in a custom way:
151151

152152
```jsx
153-
import { Show, SimpleShowLayout, TextField, ReferenceManyField, WithListContext } from 'react-admin';
153+
import { Show, SimpleShowLayout, TextField, ReferenceManyField, WithListContext, DateField } from 'react-admin';
154154

155155
export const AuthorShow = () => (
156156
<Show>

0 commit comments

Comments
 (0)