Fix batch mark as finished and clear selection #490

This commit is contained in:
advplyr 2022-04-23 17:17:05 -05:00
parent c5a9c2bf5a
commit ebc9e1a888
4 changed files with 7 additions and 4 deletions

View file

@ -166,6 +166,7 @@ export default {
isFinished: newIsFinished
}
})
console.log('Progress payloads', updateProgressPayloads)
this.$axios
.patch(`/api/me/progress/batch/update`, updateProgressPayloads)
.then(() => {