更新 'src/components/users.js'
This commit is contained in:
@@ -477,7 +477,16 @@ export const UserEdit = props => {
|
||||
icon={<PermMediaIcon />}
|
||||
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