refresh listing after resuming mailer sending
This commit is contained in:
committed by
Vlad
parent
8c14df6c1f
commit
f1985f7e81
@@ -222,6 +222,7 @@ const _MailerMixin = {
|
||||
}).done(function() {
|
||||
MailPoet.Notice.hide('mailpoet_mailer_error');
|
||||
MailPoet.Notice.success(MailPoet.I18n.t('mailerSendingResumedNotice'));
|
||||
window.mailpoet_listing.forceUpdate();
|
||||
}).fail((response) => {
|
||||
if (response.errors.length > 0) {
|
||||
MailPoet.Notice.error(
|
||||
|
Reference in New Issue
Block a user