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:37:59 +01:00 committed by GitHub
parent 7fd70c1c86
commit f3f2d614b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ export default {
// the selected provider to the current library default provider
if (!this.options.provider || (this.options.lastUsedLibrary != this.currentLibraryId)) {
this.options.lastUsedLibrary = this.currentLibraryId
this.options.provider = this.libraryProvider;
this.options.provider = this.libraryProvider
}
},
doBatchQuickMatch() {