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: {
|
computed: {
|
||||||
show: {
|
show: {
|
||||||
get() {
|
get() {
|
||||||
console.log("Getter")
|
|
||||||
return this.$store.state.globals.showBatchQuickMatchModal
|
return this.$store.state.globals.showBatchQuickMatchModal
|
||||||
},
|
},
|
||||||
set(val) {
|
set(val) {
|
||||||
console.log("Setter")
|
|
||||||
this.$store.commit('globals/setShowBatchQuickMatchModal', val)
|
this.$store.commit('globals/setShowBatchQuickMatchModal', val)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -111,7 +111,6 @@ export const mutations = {
|
|||||||
state.isCasting = val
|
state.isCasting = val
|
||||||
},
|
},
|
||||||
setShowBatchQuickMatchModal(state, val) {
|
setShowBatchQuickMatchModal(state, val) {
|
||||||
console.log("setShowBatchQuickMatchModal: " + val)
|
|
||||||
state.showBatchQuickMatchModal = val
|
state.showBatchQuickMatchModal = val
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user