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 ac59196 commit 4ca6413Copy full SHA for 4ca6413
1 file changed
docs/ReferenceManyField.md
@@ -77,7 +77,7 @@ You can also use `<ReferenceManyField>` in a list, e.g. to display the authors o
77
78
```jsx
79
import * as React from "react";
80
-import { List, Datagrid, ChipField, ReferenceManyField, SingleFieldList, TextField, DateField } from 'react-admin';
+import { List, Datagrid, ChipField, ReferenceManyField, SingleFieldList, TextField } from 'react-admin';
81
82
export const PostList = () => (
83
<List>
0 commit comments