minor mod

This commit is contained in:
adisposkofh
2026-05-20 17:08:31 +02:00
parent 0cc628a8e3
commit a704ce215b
+1 -1
View File
@@ -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,