File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
docs/data/material/components/dialogs Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,11 @@ function ConfirmationDialogRaw(props) {
6363 < Dialog
6464 sx = { { '& .MuiDialog-paper' : { width : '80%' , maxHeight : 435 } } }
6565 maxWidth = "xs"
66- TransitionProps = { { onEntering : handleEntering } }
66+ slotProps = { {
67+ transition : {
68+ onEntering : handleEntering ,
69+ } ,
70+ } }
6771 open = { open }
6872 { ...other }
6973 >
Original file line number Diff line number Diff line change @@ -70,7 +70,11 @@ function ConfirmationDialogRaw(props: ConfirmationDialogRawProps) {
7070 < Dialog
7171 sx = { { '& .MuiDialog-paper' : { width : '80%' , maxHeight : 435 } } }
7272 maxWidth = "xs"
73- TransitionProps = { { onEntering : handleEntering } }
73+ slotProps = { {
74+ transition : {
75+ onEntering : handleEntering ,
76+ } ,
77+ } }
7478 open = { open }
7579 { ...other }
7680 >
You can’t perform that action at this time.
0 commit comments