更新 'src/components/users.js'
This commit is contained in:
@@ -477,6 +477,15 @@ export const UserEdit = props => {
|
|||||||
icon={<PermMediaIcon />}
|
icon={<PermMediaIcon />}
|
||||||
path="p3url"
|
path="p3url"
|
||||||
>
|
>
|
||||||
|
<ReferenceManyField
|
||||||
|
reference="users_media"
|
||||||
|
target="user_id"
|
||||||
|
addLabel={false}
|
||||||
|
pagination={<UserPagination />}
|
||||||
|
perPage={50}
|
||||||
|
sort={{ field: "created_ts", order: "DESC" }}
|
||||||
|
>
|
||||||
|
</ReferenceManyField>
|
||||||
|
|
||||||
</FormTab>
|
</FormTab>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user