We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c6b40 commit cde6f2fCopy full SHA for cde6f2f
npm-packages/dashboard-common/src/elements/Sidebar.tsx
@@ -226,5 +226,5 @@ export function useCurrentPage() {
226
.replace("/t/[team]/[project]/[deploymentName]", "")
227
.split("/")
228
.filter((i) => !!i);
229
- return path[0] ?? null;
+ return path[0] ?? "health";
230
}
0 commit comments