Skip to content

Commit

Permalink
Refactor #4602 - For PickList
Browse files Browse the repository at this point in the history
  • Loading branch information
habubey committed Aug 3, 2023
1 parent 1d11ebf commit 8763d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/picklist/PickListItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const PickListItem = React.memo((props) => {

const itemProps = mergeProps(
{
className: classNames('p-ripple', props.className, cx('item', { subProps: props })),
className: classNames(props.className, cx('item', { subProps: props })),
onClick,
onKeyDown,
tabIndex: props.tabIndex,
Expand Down

0 comments on commit 8763d82

Please sign in to comment.