Skip to content

Commit

Permalink
Update packages/mui-material/src/StepContent/StepContent.js
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Andai <diego@mui.com>
Signed-off-by: sai chand <60743144+sai6855@users.noreply.github.com>
  • Loading branch information
sai6855 and DiegoAndai authored Dec 17, 2024
1 parent 1f6d8c6 commit d27d73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/StepContent/StepContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const StepContent = React.forwardRef(function StepContent(inProps, ref) {
}

const externalForwardedProps = {
slots: { transition: TransitionComponent, ...slots },
slots,
slotProps: { transition: TransitionProps, ...slotProps },
};

Expand Down

0 comments on commit d27d73c

Please sign in to comment.