Skip to content

Commit

Permalink
Fix primefaces#6629: Dropdown fix checkItcon
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed May 15, 2024
1 parent 69aed63 commit 28765b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/dropdown/DropdownItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const DropdownItem = React.memo((props) => {
{
className: cx('checkIcon')
},
getPTOptions('checIcon')
getPTOptions('checkIcon')
);

return <CheckIcon {...checkIconProps} />;
Expand Down

0 comments on commit 28765b4

Please sign in to comment.