Use a better className

[MAILPOET-2602]
This commit is contained in:
Pavel Dohnal
2020-02-12 11:06:18 +01:00
committed by Jack Kitterhing
parent c6d6db6726
commit 5f2effbaf8

View File

@@ -22,7 +22,7 @@ function Modal({
overlayClassName,
fullScreen,
}) {
const headingId = aria.labelledby || 'components-modal-header';
const headingId = aria.labelledby || 'mailpoet-modal-header';
return createPortal(
<ModalFrame