Skip to content

Commit

Permalink
fix feature flag in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr committed Aug 7, 2024
1 parent a36c898 commit afe447b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ export const featureFlagsSidebarLogic = kea<featureFlagsSidebarLogicType>([
},
],
breakdownFilter: {
breakdowns: [{ property: `$feature/${featureFlag.key}`, type: 'event' }],
breakdown: `$feature/${featureFlag.key}`,
breakdown_type: 'event',
},
},
}
Expand Down

0 comments on commit afe447b

Please sign in to comment.