diff --git a/dashboard/src/utils/dashboardSearchUtils.ts b/dashboard/src/utils/dashboardSearchUtils.ts index 15ebdf6994f..555ff972397 100644 --- a/dashboard/src/utils/dashboardSearchUtils.ts +++ b/dashboard/src/utils/dashboardSearchUtils.ts @@ -43,7 +43,6 @@ const buildSearchParams = ( if (type === "all_classifications") { params.set("tag", extra?.tag ?? "_ALL_CLASSIFICATION_TYPES"); - params.set("type", ""); } else { params.set("type", extra?.type ?? "_ALL_ENTITY_TYPES"); }