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:
parent
90d8057c84
commit
c6a42a925c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
checked={{this.isFreeChecked}}
|
||||
id="free-plan"
|
||||
name="free-plan"
|
||||
disabled={{not this.subscriptionSettings.allowSelfSignup}}
|
||||
disabled={{not this.allowSelfSignup}}
|
||||
class="gh-input post-settings-featured"
|
||||
onclick={{action "toggleFreePlan" value="target.checked"}}
|
||||
data-test-checkbox="featured"
|
||||
|
|
Loading…
Add table
Reference in a new issue