Skip to content

Commit

Permalink
fix(insights): Fix typeKey to fix funnel series rename (#21646)
Browse files Browse the repository at this point in the history
  • Loading branch information
webjunkie authored Apr 18, 2024
1 parent 9f43a3f commit d7c0ae1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function FunnelsQuerySteps({ insightProps }: EditorFilterProps): JSX.Elem
bordered
filters={actionFilters}
setFilters={setActionFilters}
typeKey={`${keyForInsightLogicProps('new')(insightProps)}-FunnelsQuerySteps`}
typeKey={keyForInsightLogicProps('new')(insightProps)}
mathAvailability={MathAvailability.None}
hideDeleteBtn={filterSteps.length === 1}
buttonCopy="Add step"
Expand Down

0 comments on commit d7c0ae1

Please sign in to comment.