Parse and update author name on each update

This commit is contained in:
Mark Cooper 2021-08-25 06:38:32 -05:00
parent 6ca7e9e6a6
commit 81487d1dba
9 changed files with 65 additions and 41 deletions

View file

@ -115,6 +115,9 @@ export default {
},
methods: {
async submitForm() {
if (this.isProcessing) {
return
}
this.isProcessing = true
const updatePayload = {
book: this.details,