|
@@ -35,7 +35,7 @@ export default function MessageDialog({
|
|
centered
|
|
centered
|
|
backdrop={attributes.staticBackdrop ? 'static' : 'true'}
|
|
backdrop={attributes.staticBackdrop ? 'static' : 'true'}
|
|
>
|
|
>
|
|
- <Modal.Header style={{ borderBottom: 'none' }}>
|
|
|
|
|
|
+ <Modal.Header style={{ borderBottom: 'none' }} closeButton>
|
|
{attributes.title && (
|
|
{attributes.title && (
|
|
<Modal.Title>
|
|
<Modal.Title>
|
|
<strong>{attributes.title}</strong>
|
|
<strong>{attributes.title}</strong>
|