mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-01 13:04:52 +02:00
Fix whitespace issues
This commit is contained in:
parent
c3f2e606dd
commit
731cf8e4ed
5 changed files with 47 additions and 50 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue