Update client/components/modals/BatchQuickMatchModel.vue

Co-authored-by: advplyr <67830747+advplyr@users.noreply.github.com>
This commit is contained in:
Undergrid 2022-09-24 23:38:58 +01:00 committed by GitHub
parent 066b6c13c6
commit eb0ef8c696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ export default {
},
libraryProvider() {
return this.$store.getters['libraries/getLibraryProvider'](this.currentLibraryId) || 'google'
},
}
},
methods: {
init() {