We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbc5f1 commit d39edaaCopy full SHA for d39edaa
chartlets.js/packages/lib/src/plugins/mui/Dialog.tsx
@@ -77,16 +77,12 @@ export const Dialog = ({
77
aria-describedby={ariaDescribedBy}
78
>
79
{title && (
80
- <>
81
- <DialogTitle {...titleProps}>{title}</DialogTitle>
82
- </>
+ <DialogTitle {...titleProps}>{title}</DialogTitle>
83
)}
84
{content && (
85
86
- <DialogContent {...contentProps}>
87
- <DialogContentText>{content}</DialogContentText>
88
- </DialogContent>
89
+ <DialogContent {...contentProps}>
+ <DialogContentText>{content}</DialogContentText>
+ </DialogContent>
90
91
{nodes && (
92
<DialogActions>
0 commit comments