Fixed document contact form validation issue solved. ( #2znd1u0 )

This commit is contained in:
Cüneyt Şentürk 2022-06-07 00:51:36 +03:00
parent ced67bded1
commit 96162977e3

View File

@ -532,8 +532,7 @@ export default {
})
.catch(error => {
this.form.loading = false;
console.log(error);
this.form.errors.record(error.response.data.errors);
});
},