Skip to content

Commit

Permalink
chore: stop capturing insight visuals (#18138)
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin authored Oct 24, 2023
1 parent 6859c72 commit fc0ec2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/queries/nodes/InsightViz/InsightViz.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function InsightViz({ uniqueKey, query, setQuery, context, readOnly }: In
<EditorFilters query={query.source} showing={showingFilters} embedded={embedded} />
)}

<div className="insights-container" data-attr="insight-view">
<div className="insights-container ph-no-capture" data-attr="insight-view">
<InsightContainer
insightMode={insightMode}
context={context}
Expand Down

0 comments on commit fc0ec2c

Please sign in to comment.