Skip to content

Commit 23b0628

Browse files
Fig bugs
1 parent b282bf9 commit 23b0628

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/containers/Tenant/Diagnostics/DiagnosticsPages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ const EXTERNAL_TABLE_PAGES = [overview, schema, describe, access];
175175

176176
const VIEW_PAGES = [overview, schema, describe, access];
177177

178-
const STREAMING_QUERY_PAGES = [overview, topShards, nodes, describe, access];
178+
const STREAMING_QUERY_PAGES = [overview, describe, access];
179179

180180
// verbose mapping to guarantee correct tabs for new path types
181181
// TS will error when a new type is added but not mapped here

src/containers/Tenant/utils/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ const pathTypeToChildless: Record<EPathType, boolean> = {
281281
[EPathType.EPathTypeSubDomain]: false,
282282
[EPathType.EPathTypeTableIndex]: false,
283283
[EPathType.EPathTypeExtSubDomain]: false,
284-
[EPathType.EPathTypeStreamingQuery]: false,
284+
[EPathType.EPathTypeStreamingQuery]: true,
285285
};
286286

287287
export const isChildlessPathType = (type?: EPathType, subType?: EPathSubType) =>

0 commit comments

Comments
 (0)