From a704ce215b5674fef4cdd343bce0a143fe11b3f3 Mon Sep 17 00:00:00 2001 From: adisposkofh Date: Wed, 20 May 2026 17:08:31 +0200 Subject: [PATCH] minor mod --- public/js/components/searchbar/searchbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/components/searchbar/searchbar.js b/public/js/components/searchbar/searchbar.js index 1d9629b68..5d4c4616d 100644 --- a/public/js/components/searchbar/searchbar.js +++ b/public/js/components/searchbar/searchbar.js @@ -70,7 +70,7 @@ export default { if (this.abortController) this.abortController.abort(); this.abortController = new AbortController(); - if (!this.getSearchStr()?.length) return; + if (!this.searchsettings.searchstr?.length) return; this.searchfunction(this.searchsettings, { timeout: 50000,