Skip to content

Commit

Permalink
fix: allow direct event property filtering (PostHog#27935)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra authored Jan 28, 2025
1 parent 917a019 commit 0b7e875
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const RecordingsUniversalFilters = ({
const taxonomicGroupTypes = [
TaxonomicFilterGroupType.Replay,
TaxonomicFilterGroupType.Events,
TaxonomicFilterGroupType.EventProperties,
TaxonomicFilterGroupType.Actions,
TaxonomicFilterGroupType.Cohorts,
TaxonomicFilterGroupType.PersonProperties,
Expand Down

0 comments on commit 0b7e875

Please sign in to comment.