0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Updated portal preview setting for free plan selection

no issue

- Portal preview's free plan selection for Signup in settings was disabled because of old setting check
- Updates the disabled check to use correct self signup property
This commit is contained in:
Rish 2020-07-22 13:19:37 +05:30
parent 90d8057c84
commit c6a42a925c

View file

@ -42,7 +42,7 @@
checked={{this.isFreeChecked}} checked={{this.isFreeChecked}}
id="free-plan" id="free-plan"
name="free-plan" name="free-plan"
disabled={{not this.subscriptionSettings.allowSelfSignup}} disabled={{not this.allowSelfSignup}}
class="gh-input post-settings-featured" class="gh-input post-settings-featured"
onclick={{action "toggleFreePlan" value="target.checked"}} onclick={{action "toggleFreePlan" value="target.checked"}}
data-test-checkbox="featured" data-test-checkbox="featured"