File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ const BulkResetViewsButton = () => {
69
69
| ` cancel ` | Optional | ` string ` | 'ra.action. cancel' | Label of the cancel button |
70
70
| ` confirm ` | Optional | ` string ` | 'ra.action. confirm' | Label of the confirm button |
71
71
| ` confirmColor ` | Optional | ` string ` | 'primary' | Color of the confirm button |
72
- | ` ConfirmIcon ` | Optional | ` ReactElement ` | ` <Check Circle/> ` | Icon element of the confirm button |
73
- | ` CancelIcon ` | Optional | ` ReactElement ` | ` <Error OutlineIcon/> ` | Icon element of the cancel button |
72
+ | ` ConfirmIcon ` | Optional | ` Component ` | ` CheckCircleIcon ` | Icon component of the confirm button |
73
+ | ` CancelIcon ` | Optional | ` Component ` | ` ErrorOutlineIcon ` | Icon component of the cancel button |
74
74
| ` translate Options ` | Optional | ` { id?: string, name?: string } ` | {} | Custom id and name to be used in the dialog title |
75
75
| ` sx ` | Optional | ` SxProps ` | '' | Material UI shortcut for defining custom styles with access to the theme |
76
76
You can’t perform that action at this time.
0 commit comments