diff --git a/frontend/src/search.js b/frontend/src/search.js index 9970fba..18eaceb 100644 --- a/frontend/src/search.js +++ b/frontend/src/search.js @@ -20,7 +20,7 @@ const formSubmit = (e) => { if (router != "all") { filter.push(`Router=${router}`); } - if (typeof table !== "undefined" && table != "default") { + if (typeof table === "string" && table != "default" && table != "") { filter.push(`route_distinguisher=${table}`); } if (filter.length > 0) {