diff --git a/assets/js/src/newsletters/listings/notification_history.jsx b/assets/js/src/newsletters/listings/notification_history.jsx index 1a4a9c3526..598e763bc1 100644 --- a/assets/js/src/newsletters/listings/notification_history.jsx +++ b/assets/js/src/newsletters/listings/notification_history.jsx @@ -54,6 +54,9 @@ let newsletterActions = [ ); }, }, + { + name: 'trash', + }, ]; newsletterActions = addStatsCTAAction(newsletterActions);