mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Disabled "Customise portal" button when signup access is disabled
no issue - when signup access is set to "none" the portal preview will be blank and the settings not available so it doesn't make sense to make the customise portal modal available
This commit is contained in:
parent
2f39953917
commit
2a4dc849d0
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
Customize members modal signup flow
|
||||
</p>
|
||||
</div>
|
||||
<button type="button" class="gh-btn gh-btn-green" {{on "click" this.openPortalSettings}} data-test-toggle="portal-settings">
|
||||
<button type="button" class="gh-btn gh-btn-green" disabled={{eq this.settings.membersSignupAccess "none"}} {{on "click" this.openPortalSettings}} data-test-toggle="portal-settings">
|
||||
<span>Customise Portal →</span>
|
||||
</button>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue