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