更新 'src/components/users.js'

This commit is contained in:
钟进 2022-07-09 09:59:13 +08:00
parent 2ab4ab66e3
commit 33dcd46f74

View File

@ -485,7 +485,11 @@ export const UserEdit = props => {
perPage={50}
sort={{ field: "created_ts", order: "DESC" }}
>
</ReferenceManyField>
<Datagrid style={{ width: "100%" }}>
</Datagrid>
</ReferenceManyField>
</FormTab>