removed the Guessers
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { ReferenceField, Show, SimpleShowLayout, TextField } from 'react-admin';
|
||||
|
||||
export const AlbumShow = () => (
|
||||
<Show>
|
||||
<SimpleShowLayout>
|
||||
<ReferenceField source="userId" reference="users" />
|
||||
<TextField source="id" />
|
||||
<TextField source="title" />
|
||||
</SimpleShowLayout>
|
||||
</Show>
|
||||
);
|
||||
Reference in New Issue
Block a user