Update NewsLetter.vue
This commit is contained in:
@@ -48,6 +48,7 @@ export default {
|
||||
|
||||
.then(response => {
|
||||
this.message = response.data.message;
|
||||
this.form.email = "";
|
||||
})
|
||||
.catch(error => {
|
||||
this.errors = true;
|
||||
|
Reference in New Issue
Block a user