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 b1cf370 commit 59015c4Copy full SHA for 59015c4
src/store/reducers/tenant/types.ts
@@ -29,7 +29,7 @@ export type TenantNetworkTab = ValueOf<typeof TENANT_NETWORK_TABS_IDS>;
29
export interface TenantState {
30
tenantPage: TenantPage;
31
queryTab?: TenantQueryTab;
32
- diagnosticsTab?: TenantDiagnosticsTab;
+ diagnosticsTab: TenantDiagnosticsTab;
33
summaryTab?: TenantSummaryTab;
34
metricsTab: TenantMetricsTab;
35
}
0 commit comments