Skip to content

Commit

Permalink
fix(components): groupFilterConstants remove key
Browse files Browse the repository at this point in the history
  • Loading branch information
AsToNlele committed Feb 27, 2025
1 parent bc17e8b commit f140fce
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ export const getMenuItems = (
items.map((item: GroupFilterItem, index: number) => ({
...item,
className: `${item?.className || 'pf-v5-u-pl-sm'}`,
key: item.id || item.value || index,
value: String(item.value || item.id || index),
onClick: (event: React.FormEvent | React.MouseEventHandler, treeViewItem?: TreeViewItem, checked?: boolean) => {
const params: [
Expand Down

0 comments on commit f140fce

Please sign in to comment.