Added selectedTabId param to generatePath in JobStatusModal (#2109)

* Added selectedTabId param to generatePath in JobStatusModal

* Added selectedTabId to generatePath in ApiCatalogTable

* Link to default entity tab in JobStatusModal
This commit is contained in:
Sebastian Qvarfordt
2020-08-25 13:57:57 +02:00
committed by GitHub
parent c8718e4047
commit 4665a2f5d4
2 changed files with 3 additions and 2 deletions
@@ -37,6 +37,7 @@ const columns: TableColumn<Entity>[] = [
.filter(Boolean)
.join(':'),
kind: entity.kind,
selectedTabId: 'overview',
})}
>
{entity.metadata.name}