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 {
|
||||
return (
|
||||
<Notice type="info" timeout={false} closable={false} renderInPlace>
|
||||
<Notice type="info" timeout={false} closable renderInPlace>
|
||||
<p>
|
||||
{createInterpolateElement(
|
||||
__(
|
||||
|
Reference in New Issue
Block a user