Fix activation of re-engagement email on the send step
[MAILPOET-3782]
This commit is contained in:
committed by
Veljko V
parent
af7c9d27ba
commit
8a06d11eca
@ -215,6 +215,7 @@ class NewsletterSend extends React.Component {
|
|||||||
case 'notification':
|
case 'notification':
|
||||||
case 'welcome':
|
case 'welcome':
|
||||||
case 'automatic':
|
case 'automatic':
|
||||||
|
case 're_engagement':
|
||||||
return this.activateNewsletter(response);
|
return this.activateNewsletter(response);
|
||||||
default:
|
default:
|
||||||
return this.sendNewsletter(response);
|
return this.sendNewsletter(response);
|
||||||
|
Reference in New Issue
Block a user