更新 '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 <FormTab
label={translate("resources.p3url.name", { smart_count: 2 })} label={translate("resources.p3url.name", { smart_count: 2 })}
icon={<PermMediaIcon />} icon={<PermMediaIcon />}
path="p3url" path="urlpreview"
> >
<ReferenceManyField <ReferenceManyField
reference="urlpreview" reference="user_urlpreview"
target="user_id" target="user_id"
addLabel={false} addLabel={false}
pagination={<UserPagination />} pagination={<UserPagination />}