Skip to content

Commit fa787c6

Browse files
authoredMar 5, 2021
Merge pull request #5998 from DjebbZ/patch-8
Add missing field in interface of <DeleteButton> props
2 parents 2af8385 + 135d45f commit fa787c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎packages/ra-ui-materialui/src/button/DeleteButton.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ interface Props {
6868
basePath?: string;
6969
classes?: object;
7070
className?: string;
71+
confirmTitle?: string;
72+
confirmContent?: string;
7173
icon?: ReactElement;
7274
label?: string;
7375
mutationMode?: MutationMode;

0 commit comments

Comments
 (0)