更新 'src/components/users.js'

This commit is contained in:
2022-07-09 09:56:42 +08:00
parent 3410deb510
commit 2ab4ab66e3

View File

@@ -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