From adff7f6f74a5c05ce8f307e142a1a8d3e09ea177 Mon Sep 17 00:00:00 2001 From: Pavel Dohnal Date: Wed, 18 Apr 2018 16:52:26 +0100 Subject: [PATCH] Fix eslint rules [MAILPOET-1348] --- assets/js/src/newsletters/listings/notification_history.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/src/newsletters/listings/notification_history.jsx b/assets/js/src/newsletters/listings/notification_history.jsx index 917bb24b9a..99eb48dcb3 100644 --- a/assets/js/src/newsletters/listings/notification_history.jsx +++ b/assets/js/src/newsletters/listings/notification_history.jsx @@ -118,7 +118,7 @@ const NewsletterListNotificationHistory = React.createClass({ onRenderItem={this.renderItem} columns={columns} item_actions={newsletterActions} - auto_refresh={true} + auto_refresh sort_by="sent_at" sort_order="desc" afterGetItems={this.checkMailerStatus}