Skip to content

Commit d7ebf7a

Browse files
NAYANAR0502kevalmahajan
authored andcommitted
Fixed indentation issues
Signed-off-by: NAYANAR <nayana.r5@ibm.com>
1 parent 071bbb2 commit d7ebf7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mcpgateway/static/admin.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23240,7 +23240,6 @@ function applyUnifiedFilters(entityType, searchText = "", filterTags = []) {
2324023240
cells[4]?.textContent?.toLowerCase() || "";
2324123241
const tools =
2324223242
cells[5]?.textContent?.toLowerCase() || "";
23243-
2324423243
matchesSearch =
2324523244
name.includes(search) ||
2324623245
description.includes(search) ||
@@ -23575,7 +23574,7 @@ function initializeAllUnifiedSearch() {
2357523574
const panel = safeGetElement(`${entityType}-panel`);
2357623575
if (panel) {
2357723576
initializeUnifiedSearch(entityType);
23578-
23577+
2357923578
// Set up tab switching listeners to refresh search state
2358023579
const tabButton = safeGetElement(
2358123580
`tab-${entityType === "catalog" ? "catalog" : entityType}`,

0 commit comments

Comments
 (0)