Skip to content

Commit 59015c4

Browse files
committed
fix: types
1 parent b1cf370 commit 59015c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/reducers/tenant/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export type TenantNetworkTab = ValueOf<typeof TENANT_NETWORK_TABS_IDS>;
2929
export interface TenantState {
3030
tenantPage: TenantPage;
3131
queryTab?: TenantQueryTab;
32-
diagnosticsTab?: TenantDiagnosticsTab;
32+
diagnosticsTab: TenantDiagnosticsTab;
3333
summaryTab?: TenantSummaryTab;
3434
metricsTab: TenantMetricsTab;
3535
}

0 commit comments

Comments
 (0)