We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80052c0 commit 7086794Copy full SHA for 7086794
packages/ra-ui-materialui/src/button/UpdateWithConfirmButton.tsx
@@ -64,6 +64,7 @@ export const UpdateWithConfirmButton = <
64
};
65
66
const handleConfirm = e => {
67
+ setOpen(false);
68
handleUpdate(data);
69
70
if (typeof onClick === 'function') {
@@ -147,6 +148,7 @@ export const UpdateWithConfirmButton = <
147
148
149
const sanitizeRestProps = ({
150
label,
151
+ mutationOptions,
152
...rest
153
}: Omit<
154
UpdateWithConfirmButtonProps,
0 commit comments