Reset NetlifyForm subject state
This commit is contained in:
parent
d06024658a
commit
dcb872f2b9
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class Form extends Component {
|
|||
name: '',
|
||||
email: '',
|
||||
message: '',
|
||||
subject: `New Submission from ${window.location.host}!`,
|
||||
subject: `New Submission from ${siteTitle}!`,
|
||||
_gotcha: ''
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue