Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajmajerik committed Oct 29, 2024
1 parent 447a189 commit c68c968
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/scenes/experiments/MetricSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ export function ExperimentInsightCreator({ insightProps }: { insightProps: Insig
sortable={isTrends ? undefined : true}
showNestedArrow={isTrends ? undefined : true}
showNumericalPropsOnly={isTrends}
actionsTaxonomicGroupTypes={[
TaxonomicFilterGroupType.Events,
TaxonomicFilterGroupType.Actions,
TaxonomicFilterGroupType.DataWarehouse,
]}
propertiesTaxonomicGroupTypes={[
TaxonomicFilterGroupType.EventProperties,
TaxonomicFilterGroupType.PersonProperties,
Expand Down

0 comments on commit c68c968

Please sign in to comment.