2
0
mirror of https://github.com/frappe/books.git synced 2025-02-02 20:18:26 +00:00

fix: remove spurious commits

This commit is contained in:
18alantom 2021-11-08 19:53:39 +05:30
parent ab97812239
commit 511d044715

View File

@ -191,8 +191,6 @@ export default {
this.$refs.form.insert();
},
async submitDoc() {
console.log(this.meta)
console.log(this.doc)
try {
await this.$refs.form.submit();
} catch (e) {