mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed missing signup text value in Portal preview
closes https://github.com/TryGhost/members.js/issues/91 - Fixes the missing signup text value in input box as it was incorrectly reading from wrong place
This commit is contained in:
parent
61aaa4ed53
commit
4fa2912bc3
@ -235,7 +235,7 @@
|
||||
|
||||
<div class="flex items-center mt2">
|
||||
<GhTextInput
|
||||
@value={{readonly this.signupButtonText}}
|
||||
@value={{readonly this.settings.portalButtonSignupText}}
|
||||
@type="text"
|
||||
@input={{action "setSignupButtonText"}}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user