mirror of
https://github.com/frappe/books.git
synced 2024-11-14 01:14:03 +00:00
fix(ux): print error to console when submission fails
This commit is contained in:
parent
cdce24b2a2
commit
137c1c248e
@ -205,6 +205,7 @@ export default {
|
|||||||
await this.$refs.form.submit();
|
await this.$refs.form.submit();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.statusText = null;
|
this.statusText = null;
|
||||||
|
console.error(e)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
routeToPrevious() {
|
routeToPrevious() {
|
||||||
|
Loading…
Reference in New Issue
Block a user