Skip to content

Commit

Permalink
fix(flags): Do not search orgs by group_key` (#27577)
Browse files Browse the repository at this point in the history
  • Loading branch information
haacked authored Jan 16, 2025
1 parent 53de852 commit af2073b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@ export const taxonomicFilterLogic = kea<taxonomicFilterLogicType>([
endpoint: combineUrl(`api/environments/${teamId}/groups/`, {
group_type_index: type.group_type_index,
}).url,
searchAlias: 'group_key',
getPopoverHeader: () => `Group Names`,
getName: (group: Group) => groupDisplayId(group.group_key, group.group_properties),
getValue: (group: Group) => group.group_key,
Expand Down

0 comments on commit af2073b

Please sign in to comment.