Skip to content

Commit

Permalink
Merge pull request #5998 from DjebbZ/patch-8
Browse files Browse the repository at this point in the history
Add missing field in interface of <DeleteButton> props
  • Loading branch information
djhi committed Mar 5, 2021
2 parents 2af8385 + 135d45f commit fa787c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ra-ui-materialui/src/button/DeleteButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ interface Props {
basePath?: string;
classes?: object;
className?: string;
confirmTitle?: string;
confirmContent?: string;
icon?: ReactElement;
label?: string;
mutationMode?: MutationMode;
Expand Down

0 comments on commit fa787c6

Please sign in to comment.