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.
This commit is contained in:
Peter Zimon 2022-08-17 10:56:46 +02:00
parent 714611b9fd
commit 56409d0193

View File

@ -251,7 +251,6 @@
@buttonText="Copy link"
@task={{this.copyOfferUrl}}
@successText="Link copied"
@disabled={{unless this.offerUrl "disabled"}}
@class="gh-btn gh-btn-icon" />
</div>
<GhErrorMessage @errors={{this.errors}} @property="url" />