From 6a266be2392292c1373079382477e50a627c3b84 Mon Sep 17 00:00:00 2001 From: Simon Backx Date: Fri, 16 Dec 2022 11:32:05 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20archived=20offers=20retu?= =?UTF-8?q?rn=20button=20not=20working=20(#16023)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes https://github.com/TryGhost/Team/issues/2374 When clicking 'Show active offers' in the archived offers view, it would always return to an empty offers list, even when there are active offers. --- ghost/admin/app/templates/offers.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/app/templates/offers.hbs b/ghost/admin/app/templates/offers.hbs index be2f954ada..f6dfbc7da0 100644 --- a/ghost/admin/app/templates/offers.hbs +++ b/ghost/admin/app/templates/offers.hbs @@ -125,7 +125,7 @@

You have no archived offers.

- + Show active offers