Show the failed sendings first
This commit is contained in:
committed by
M. Shull
parent
3404f8233a
commit
c9c741ce5d
@@ -82,7 +82,8 @@ const SendingStatusListing = React.memo(({ location, params }) => (
|
||||
columns={columns}
|
||||
messages={messages}
|
||||
auto_refresh
|
||||
sort_by="created_at"
|
||||
sort_by="failed"
|
||||
sort_order="desc"
|
||||
afterGetItems={(state) => {
|
||||
MailerMixin.checkMailerStatus(state);
|
||||
CronMixin.checkCronStatus(state);
|
||||
|
Reference in New Issue
Block a user