move bulkActionButtons={false}
This commit is contained in:
parent
7fa6f74935
commit
efd814eedd
@ -103,9 +103,8 @@ export const ReportList = () => {
|
|||||||
<List
|
<List
|
||||||
pagination={<ReportPagination />}
|
pagination={<ReportPagination />}
|
||||||
sort={{ field: "received_ts", order: "DESC" }}
|
sort={{ field: "received_ts", order: "DESC" }}
|
||||||
bulkActionButtons={false}
|
|
||||||
>
|
>
|
||||||
<Datagrid rowClick="show">
|
<Datagrid rowClick="show" bulkActionButtons={false}>
|
||||||
<TextField source="id" sortable={false} />
|
<TextField source="id" sortable={false} />
|
||||||
<DateField
|
<DateField
|
||||||
source="received_ts"
|
source="received_ts"
|
||||||
|
Loading…
Reference in New Issue
Block a user