Skip to content

Commit

Permalink
Improve the outbound link clicks tile
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Sep 2, 2024
1 parent 2138e3f commit 7393a09
Show file tree
Hide file tree
Showing 12 changed files with 917 additions and 41 deletions.
2 changes: 2 additions & 0 deletions frontend/src/queries/nodes/DataTable/queryFeatures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
isHogQLQuery,
isPersonsNode,
isSessionAttributionExplorerQuery,
isWebExternalClicksQuery,
isWebGoalsQuery,
isWebOverviewQuery,
isWebStatsTableQuery,
Expand Down Expand Up @@ -62,6 +63,7 @@ export function getQueryFeatures(query: Node): Set<QueryFeature> {
if (
isWebOverviewQuery(query) ||
isWebTopClicksQuery(query) ||
isWebExternalClicksQuery(query) ||
isWebStatsTableQuery(query) ||
isWebGoalsQuery(query)
) {
Expand Down
Loading

0 comments on commit 7393a09

Please sign in to comment.