mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fixed valid test email check
This commit is contained in:
parent
80d58f99cb
commit
cec378f6b1
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@
|
||||||
input=(action (mut emailTestScratch) value="target.value")
|
input=(action (mut emailTestScratch) value="target.value")
|
||||||
stopEnterKeyDownPropagation=true
|
stopEnterKeyDownPropagation=true
|
||||||
data-test-field="email-test"}}
|
data-test-field="email-test"}}
|
||||||
{{if isValidTestEmail "Please enter a valid email"}}
|
{{unless isValidTestEmail "Please enter a valid email"}}
|
||||||
{{gh-task-button "Send Test Email"
|
{{gh-task-button "Send Test Email"
|
||||||
task=sendTestEmail
|
task=sendTestEmail
|
||||||
successText="Sent"
|
successText="Sent"
|
||||||
|
|
Loading…
Add table
Reference in a new issue