2
0
mirror of https://github.com/frappe/books.git synced 2024-11-13 00:46:28 +00:00

fix(ux): print error to console when submission fails

This commit is contained in:
18alantom 2021-12-17 10:31:26 +05:30 committed by Alan
parent cdce24b2a2
commit 137c1c248e

View File

@ -205,6 +205,7 @@ export default {
await this.$refs.form.submit();
} catch (e) {
this.statusText = null;
console.error(e)
}
},
routeToPrevious() {