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) <noreply@anthropic.com>
This commit is contained in:
master
2026-03-28 20:55:09 +02:00
parent ba900dae12
commit 3da2861f9e

View File

@@ -57,7 +57,6 @@ const PAGE_TABS: readonly StellaPageTab[] = [
<stella-page-tabs
[tabs]="pageTabs"
[activeTab]="activeTab()"
urlParam="tab"
ariaLabel="Environments tabs"
(tabChange)="onTabChange($event)"
>