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 = () => {
6969| ` cancel ` | Optional | ` string ` | 'ra.action. cancel' | Label of the cancel button |
7070| ` confirm ` | Optional | ` string ` | 'ra.action. confirm' | Label of the confirm button |
7171| ` 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 |
7474| ` translate Options ` | Optional | ` { id?: string, name?: string } ` | {} | Custom id and name to be used in the dialog title |
7575| ` sx ` | Optional | ` SxProps ` | '' | Material UI shortcut for defining custom styles with access to the theme |
7676
You can’t perform that action at this time.
0 commit comments