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}