Use a better className
[MAILPOET-2602]
This commit is contained in:
committed by
Jack Kitterhing
parent
c6d6db6726
commit
5f2effbaf8
@@ -22,7 +22,7 @@ function Modal({
|
|||||||
overlayClassName,
|
overlayClassName,
|
||||||
fullScreen,
|
fullScreen,
|
||||||
}) {
|
}) {
|
||||||
const headingId = aria.labelledby || 'components-modal-header';
|
const headingId = aria.labelledby || 'mailpoet-modal-header';
|
||||||
|
|
||||||
return createPortal(
|
return createPortal(
|
||||||
<ModalFrame
|
<ModalFrame
|
||||||
|
Reference in New Issue
Block a user