Skip to content

Commit

Permalink
Update packages/material-ui/src/DialogTitle/DialogTitle.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Jan 26, 2021
1 parent 3393b7a commit d3ffc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/DialogTitle/DialogTitle.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const DialogTitle = React.forwardRef(function DialogTitle(inProps, ref) {
});

const { children, className, disableTypography = false, ...other } = props;
const styleProps = { ...props };
const styleProps = { ...props, disableTypography };
const classes = useUtilityClasses(styleProps);

return (
Expand Down

0 comments on commit d3ffc36

Please sign in to comment.