Fixed document contact form validation issue solved. ( #2znd1u0 )
This commit is contained in:
@ -532,8 +532,7 @@ export default {
|
|||||||
})
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
this.form.loading = false;
|
this.form.loading = false;
|
||||||
|
this.form.errors.record(error.response.data.errors);
|
||||||
console.log(error);
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user