Skip to content

Commit 8622230

Browse files
committed
FIx sanitized props
1 parent 7086794 commit 8622230

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ const defaultIcon = <ActionUpdate />;
9494

9595
const sanitizeRestProps = ({
9696
label,
97+
mutationOptions,
9798
...rest
9899
}: Omit<UpdateWithUndoButtonProps, 'resource' | 'icon' | 'data'>) => rest;
99100

0 commit comments

Comments
 (0)