We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2af8385 + 135d45f commit fa787c6Copy full SHA for fa787c6
packages/ra-ui-materialui/src/button/DeleteButton.tsx
@@ -68,6 +68,8 @@ interface Props {
68
basePath?: string;
69
classes?: object;
70
className?: string;
71
+ confirmTitle?: string;
72
+ confirmContent?: string;
73
icon?: ReactElement;
74
label?: string;
75
mutationMode?: MutationMode;
0 commit comments