Skip to content

Commit 4ca6413

Browse files
authored
Fixed
1 parent ac59196 commit 4ca6413

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
@@ -77,7 +77,7 @@ You can also use `<ReferenceManyField>` in a list, e.g. to display the authors o
7777

7878
```jsx
7979
import * as React from "react";
80-
import { List, Datagrid, ChipField, ReferenceManyField, SingleFieldList, TextField, DateField } from 'react-admin';
80+
import { List, Datagrid, ChipField, ReferenceManyField, SingleFieldList, TextField } from 'react-admin';
8181

8282
export const PostList = () => (
8383
<List>

0 commit comments

Comments
 (0)