Skip to content

Commit

Permalink
Fix: ContextMenu: Broken with nested items (10.0) primefaces#5064
Browse files Browse the repository at this point in the history
  • Loading branch information
gnawjaren committed Oct 9, 2023
1 parent 275b545 commit c30d818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/contextmenu/ContextMenuSub.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export const ContextMenuSub = React.memo((props) => {
className: 'p-menuitem-link',
labelClassName: 'p-menuitem-text',
iconClassName: 'p-menuitem-icon',
submenuIconClassName,
submenuIconClassName: cx('submenuIcon'),
element: content,
props,
active
Expand Down

0 comments on commit c30d818

Please sign in to comment.