Alerting: Detail view v2 (#77795)

This commit is contained in:
Gilles De Mey
2024-01-02 10:05:58 +01:00
committed by GitHub
parent f6f259f0b5
commit e5227550c4
31 changed files with 934 additions and 324 deletions

View File

@@ -26,6 +26,7 @@ export function PageTabs({ navItem }: Props) {
counter={child.tabCounter}
href={child.url}
suffix={child.tabSuffix}
onChangeTab={child.onClick}
/>
)
);