From 3da2861f9e9206b4eed7967862a3de1df40d3ac3 Mon Sep 17 00:00:00 2001 From: master <> Date: Sat, 28 Mar 2026 20:55:09 +0200 Subject: [PATCH] Fix tab navigation by removing urlParam from topology shell The stella-page-tabs component with urlParam="tab" uses query params for tab state, which conflicts with child route navigation. The shell uses router.navigate() for child routes, so urlParam must not be set. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../src/app/features/topology/topology-shell.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Web/StellaOps.Web/src/app/features/topology/topology-shell.component.ts b/src/Web/StellaOps.Web/src/app/features/topology/topology-shell.component.ts index 9b179f126..07bddf1e9 100644 --- a/src/Web/StellaOps.Web/src/app/features/topology/topology-shell.component.ts +++ b/src/Web/StellaOps.Web/src/app/features/topology/topology-shell.component.ts @@ -57,7 +57,6 @@ const PAGE_TABS: readonly StellaPageTab[] = [