Skip to content

Commit

Permalink
fix(retention): remove cumulative from frontend-only properties (Po…
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr authored Feb 20, 2025
1 parent 6153664 commit 0fa11c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion frontend/src/scenes/insights/utils/queryUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ const cleanInsightQuery = (query: InsightQueryNode, opts?: CompareQueryOpts): In
toggledLifecycles: undefined,
showLabelsOnSeries: undefined,
showMean: undefined,
cumulative: undefined,
yAxisScaleType: undefined,
hiddenLegendIndexes: undefined,
hiddenLegendBreakdowns: undefined,
Expand Down
1 change: 0 additions & 1 deletion posthog/schema_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def serialize_query(self, next_serializer):
"toggledLifecycles",
"showLabelsOnSeries",
"showMean",
"cumulative",
"yAxisScaleType",
"hiddenLegendIndexes",
"hiddenLegendBreakdowns",
Expand Down

0 comments on commit 0fa11c1

Please sign in to comment.