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 4ab91c2 commit af48d4aCopy full SHA for af48d4a
docs/ReferenceField.md
@@ -250,7 +250,7 @@ const PostList = () => (
250
<Datagrid>
251
<TextField source="title" />
252
{/** renders without an additional request */}
253
- <ReferenceField source="author_id" />
+ <ReferenceField source="author_id" reference="authors" />
254
</Datagrid>
255
</List>
256
);
packages/ra-data-fakerest/README.md
@@ -185,7 +185,7 @@ const PostList = () => (
185
186
187
188
189
190
191
0 commit comments