Fixed document contact form validation issue solved. ( #2znd1u0 )
This commit is contained in:
parent
ced67bded1
commit
96162977e3
@ -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);
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user