mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-04-16 01:16:24 +02:00
Fix whitespace issues
This commit is contained in:
parent
c3f2e606dd
commit
731cf8e4ed
@ -69,11 +69,9 @@ export default {
|
||||
computed: {
|
||||
show: {
|
||||
get() {
|
||||
console.log("Getter")
|
||||
return this.$store.state.globals.showBatchQuickMatchModal
|
||||
},
|
||||
set(val) {
|
||||
console.log("Setter")
|
||||
this.$store.commit('globals/setShowBatchQuickMatchModal', val)
|
||||
}
|
||||
},
|
||||
|
@ -111,7 +111,6 @@ export const mutations = {
|
||||
state.isCasting = val
|
||||
},
|
||||
setShowBatchQuickMatchModal(state, val) {
|
||||
console.log("setShowBatchQuickMatchModal: " + val)
|
||||
state.showBatchQuickMatchModal = val
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user