Fix lint error
[MAILPOET-1787]
This commit is contained in:
@@ -397,9 +397,9 @@ const MailerMixin = {
|
|||||||
state.meta.mta_log.error.error_message,
|
state.meta.mta_log.error.error_message,
|
||||||
{ static: true, id: 'mailpoet_authorization_error' }
|
{ static: true, id: 'mailpoet_authorization_error' }
|
||||||
);
|
);
|
||||||
jQuery('.js-button-resume-sending').on('click', function() {
|
jQuery('.js-button-resume-sending').on('click', () => {
|
||||||
jQuery('[data-id="mailpoet_authorization_error"]').slideUp();
|
jQuery('[data-id="mailpoet_authorization_error"]').slideUp();
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
if (
|
if (
|
||||||
state.meta.mta_log.error
|
state.meta.mta_log.error
|
||||||
|
Reference in New Issue
Block a user