Skip to content

Commit 48b9317

Browse files
authored
fix: extract mutationOptions from props
1 parent 79eebfe commit 48b9317

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ra-ui-materialui/src/button/BulkDeleteWithConfirmButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export const BulkDeleteWithConfirmButton = (
3434
icon = defaultIcon,
3535
label = 'ra.action.delete',
3636
mutationMode = 'pessimistic',
37+
mutationOptions,
3738
onClick,
3839
...rest
3940
} = props;

0 commit comments

Comments
 (0)