Add trash action to post notifications history

[MAILPOET-2192]
This commit is contained in:
Pavel Dohnal
2019-08-28 15:20:29 +02:00
committed by M. Shull
parent eeeb0c98dc
commit ca60de6d96

View File

@@ -54,6 +54,9 @@ let newsletterActions = [
); );
}, },
}, },
{
name: 'trash',
},
]; ];
newsletterActions = addStatsCTAAction(newsletterActions); newsletterActions = addStatsCTAAction(newsletterActions);