Fix lint issue

This commit is contained in:
Chris Hunt
2025-11-11 12:02:53 +00:00
parent 130661bd34
commit 66dfe95c9f

View File

@@ -186,7 +186,7 @@ $.when($.ready).then(() => {
const search = this.value;
const items = $("#sortable").find(".item-container");
// Get provider from either select or hidden input
const provider =
const provider =
$("#search-container select[name=provider]").val() ||
$("#search-container input[name=provider]").val();