Skip to content

Commit d3ffc36

Browse files
authored
Update packages/material-ui/src/DialogTitle/DialogTitle.js
1 parent 3393b7a commit d3ffc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/material-ui/src/DialogTitle/DialogTitle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const DialogTitle = React.forwardRef(function DialogTitle(inProps, ref) {
4343
});
4444

4545
const { children, className, disableTypography = false, ...other } = props;
46-
const styleProps = { ...props };
46+
const styleProps = { ...props, disableTypography };
4747
const classes = useUtilityClasses(styleProps);
4848

4949
return (

0 commit comments

Comments
 (0)