From 56409d0193fd5487cb59d59cf7a22ee3f83e5eb9 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Wed, 17 Aug 2022 10:56:46 +0200 Subject: [PATCH] Removed enable/disable logic from offer link refs. https://github.com/TryGhost/Team/issues/1812 - The "Copy link" button on the Offer detail screen was only enabled once certain fields were filled. This makes unnecessary cognitive load on the end user. --- ghost/admin/app/templates/offer.hbs | 1 - 1 file changed, 1 deletion(-) diff --git a/ghost/admin/app/templates/offer.hbs b/ghost/admin/app/templates/offer.hbs index 912e3ae680..f05ad0a894 100644 --- a/ghost/admin/app/templates/offer.hbs +++ b/ghost/admin/app/templates/offer.hbs @@ -251,7 +251,6 @@ @buttonText="Copy link" @task={{this.copyOfferUrl}} @successText="Link copied" - @disabled={{unless this.offerUrl "disabled"}} @class="gh-btn gh-btn-icon" />