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:
parent
cdce24b2a2
commit
137c1c248e
@ -205,6 +205,7 @@ export default {
|
||||
await this.$refs.form.submit();
|
||||
} catch (e) {
|
||||
this.statusText = null;
|
||||
console.error(e)
|
||||
}
|
||||
},
|
||||
routeToPrevious() {
|
||||
|
Loading…
Reference in New Issue
Block a user