From f3f2d614b1b886790edc101683fad1d46f8f57a2 Mon Sep 17 00:00:00 2001 From: Undergrid Date: Sat, 24 Sep 2022 23:37:59 +0100 Subject: [PATCH] Update client/components/modals/BatchQuickMatchModel.vue Co-authored-by: advplyr <67830747+advplyr@users.noreply.github.com> --- client/components/modals/BatchQuickMatchModel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/modals/BatchQuickMatchModel.vue b/client/components/modals/BatchQuickMatchModel.vue index 09b8b9cc..7fc7effa 100644 --- a/client/components/modals/BatchQuickMatchModel.vue +++ b/client/components/modals/BatchQuickMatchModel.vue @@ -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() {