Skip to content

Commit 146be3b

Browse files
guilbillAijeyomah
authored andcommitted
fix: use the correct selectAllButton prop
1 parent a2b6576 commit 146be3b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/ra-ui-materialui/src/list/InfiniteList.stories.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,9 @@ export const WithDatagridAndSelectAllLimit = ({
374374
}) => (
375375
<WithDatagrid
376376
bulkActionsToolbar={
377-
<BulkActionsToolbar actions={<SelectAllButton limit={limit} />}>
377+
<BulkActionsToolbar
378+
selectAllButton={<SelectAllButton limit={limit} />}
379+
>
378380
<BulkDeleteButton />
379381
</BulkActionsToolbar>
380382
}

0 commit comments

Comments
 (0)