Remove bulk option to resend confirmation emails
[MAILPOET-2315]
This commit is contained in:
committed by
Jack Kitterhing
parent
f41f7f5138
commit
e8253ad94e
@@ -208,16 +208,6 @@ const bulkActions = [
|
||||
);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'sendConfirmationEmail',
|
||||
label: MailPoet.I18n.t('resendConfirmationEmail'),
|
||||
onSuccess: function onSuccess(response) {
|
||||
MailPoet.Notice.success(
|
||||
MailPoet.I18n.t('multipleConfirmationEmailsSent')
|
||||
.replace('%$1d', (Number(response.meta.count)).toLocaleString())
|
||||
);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'trash',
|
||||
label: MailPoet.I18n.t('moveToTrash'),
|
||||
|
Reference in New Issue
Block a user