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 1aca5b0 commit 0b7d80eCopy full SHA for 0b7d80e
1 file changed
packages/ra-ui-materialui/src/button/CloneButton.tsx
@@ -73,6 +73,7 @@ const sanitizeRestProps = ({
73
}: Omit<CloneButtonProps, 'label' | 'scrollToTop' | 'icon'>) => rest;
74
75
interface Props {
76
+ resource?: string;
77
record?: any;
78
icon?: ReactNode;
79
scrollToTop?: boolean;
0 commit comments