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 0e4ba98 commit 4ab91c2Copy full SHA for 4ab91c2
docs/DataProviders.md
@@ -418,7 +418,7 @@ const PostList = () => (
418
<Datagrid>
419
<TextField source="title" />
420
{/** renders without an additional request */}
421
- <ReferenceField source="author_id" />
+ <ReferenceField source="author_id" reference="authors" />
422
</Datagrid>
423
</List>
424
);
0 commit comments