更新 'src/components/users.js'

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

View File

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