From 2612b44c21572ebb18b6af66edb089d13725a6dc Mon Sep 17 00:00:00 2001 From: Rishabh Date: Fri, 7 Oct 2022 17:15:06 +0530 Subject: [PATCH] Fixed column sorting for attribution table on analytics page refs https://github.com/TryGhost/Team/issues/1986 - adds column sorting for attribution table on analytics page --- ghost/admin/app/components/posts/analytics.hbs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghost/admin/app/components/posts/analytics.hbs b/ghost/admin/app/components/posts/analytics.hbs index 08d8dff0fb..7367cee896 100644 --- a/ghost/admin/app/components/posts/analytics.hbs +++ b/ghost/admin/app/components/posts/analytics.hbs @@ -20,7 +20,7 @@ Published and sent {{/if}} {{else}} - Published + Published {{#if @post.didEmailFail}} but failed to send {{else}} @@ -132,6 +132,7 @@