更新 'src/components/users.js'

This commit is contained in:
钟进 2022-07-09 14:18:20 +08:00
parent 1ac7d8d87b
commit e2ecf90f66

View File

@ -475,10 +475,10 @@ export const UserEdit = props => {
<FormTab
label={translate("resources.p3url.name", { smart_count: 2 })}
icon={<PermMediaIcon />}
path="p3url"
path="urlpreview"
>
<ReferenceManyField
reference="urlpreview"
reference="user_urlpreview"
target="user_id"
addLabel={false}
pagination={<UserPagination />}