更新 'src/components/users.js'
This commit is contained in:
@@ -478,12 +478,11 @@ export const UserEdit = props => {
|
|||||||
path="p3url"
|
path="p3url"
|
||||||
>
|
>
|
||||||
<ReferenceManyField
|
<ReferenceManyField
|
||||||
reference="users_media"
|
reference="user_p3url"
|
||||||
target="user_id"
|
target="user_id"
|
||||||
addLabel={false}
|
addLabel={false}
|
||||||
pagination={<UserPagination />}
|
pagination={<UserPagination />}
|
||||||
perPage={50}
|
perPage={50}
|
||||||
sort={{ field: "created_ts", order: "DESC" }}
|
|
||||||
>
|
>
|
||||||
<Datagrid style={{ width: "100%" }}>
|
<Datagrid style={{ width: "100%" }}>
|
||||||
</Datagrid>
|
</Datagrid>
|
||||||
|
|||||||
Reference in New Issue
Block a user