Skip to content

Commit 79eebfe

Browse files
authored
fix(BulkDeleteWithConfirmButton): prevent mutationOptions from being passed to DOM
1 parent a7e87a3 commit 79eebfe

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
@@ -139,6 +139,7 @@ const sanitizeRestProps = ({
139139
label,
140140
resource,
141141
successMessage,
142+
mutationOptions,
142143
...rest
143144
}: Omit<BulkDeleteWithConfirmButtonProps, 'icon' | 'mutationMode'>) => rest;
144145

0 commit comments

Comments
 (0)