Make legacy automatic emails notice closable
[MAILPOET-5830]
This commit is contained in:
@@ -4,7 +4,7 @@ import { Notice } from './notice';
|
|||||||
|
|
||||||
export function LegacyAutomaticEmailsNotice(): JSX.Element {
|
export function LegacyAutomaticEmailsNotice(): JSX.Element {
|
||||||
return (
|
return (
|
||||||
<Notice type="info" timeout={false} closable={false} renderInPlace>
|
<Notice type="info" timeout={false} closable renderInPlace>
|
||||||
<p>
|
<p>
|
||||||
{createInterpolateElement(
|
{createInterpolateElement(
|
||||||
__(
|
__(
|
||||||
|
Reference in New Issue
Block a user