mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
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:
parent
714611b9fd
commit
56409d0193
1 changed files with 0 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue