更新 'src/components/users.js'
This commit is contained in:
@@ -472,6 +472,14 @@ export const UserEdit = props => {
|
|||||||
</ReferenceManyField>
|
</ReferenceManyField>
|
||||||
</FormTab>
|
</FormTab>
|
||||||
|
|
||||||
|
<FormTab
|
||||||
|
label={translate("resources.users_media.name", { smart_count: 2 })}
|
||||||
|
icon={<PermMediaIcon />}
|
||||||
|
path="media"
|
||||||
|
>
|
||||||
|
|
||||||
|
</FormTab>
|
||||||
|
|
||||||
<FormTab
|
<FormTab
|
||||||
label={translate("resources.rooms.name", { smart_count: 2 })}
|
label={translate("resources.rooms.name", { smart_count: 2 })}
|
||||||
icon={<ViewListIcon />}
|
icon={<ViewListIcon />}
|
||||||
|
|||||||
Reference in New Issue
Block a user