Skip to content

Commit cde6f2f

Browse files
atrakhConvex, Inc.
authored andcommitted
dashboard: fix highlighting of the health sidebar link (#42446)
GitOrigin-RevId: 0b94d569f6d3f5db4293b55567bfc3848d80a3cd
1 parent 44c6b40 commit cde6f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-packages/dashboard-common/src/elements/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,5 +226,5 @@ export function useCurrentPage() {
226226
.replace("/t/[team]/[project]/[deploymentName]", "")
227227
.split("/")
228228
.filter((i) => !!i);
229-
return path[0] ?? null;
229+
return path[0] ?? "health";
230230
}

0 commit comments

Comments
 (0)