Batch updating and deleting, multi-select

This commit is contained in:
advplyr 2021-08-26 18:32:05 -05:00
parent 64cc7efa6a
commit db0ecfb51b
13 changed files with 358 additions and 33 deletions

View file

@ -21,6 +21,9 @@ export default {
if (this.$store.state.showEditModal) {
this.$store.commit('setShowEditModal', false)
}
if (this.$store.state.selectedAudiobooks) {
this.$store.commit('setSelectedAudiobooks', [])
}
}
},
computed: {