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:
Rish 2020-09-02 13:28:51 +05:30
parent 61aaa4ed53
commit 4fa2912bc3

View File

@ -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"}}
/>