Skip to content

Commit

Permalink
remove className from menuItemProps
Browse files Browse the repository at this point in the history
  • Loading branch information
francinelucca committed Jan 9, 2025
1 parent 2a9719d commit 4aa4fd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/ActionList/Item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ export const Item = React.forwardRef<HTMLLIElement, ActionListItemProps>(
...(includeSelectionAttribute && {[itemSelectionAttribute]: selected}),
role: itemRole,
id: itemId,
className,
}

const containerProps = _PrivateItemWrapper
Expand Down

0 comments on commit 4aa4fd4

Please sign in to comment.