Skip to content

Commit

Permalink
Fix: ContextMenu: Broken with nested items (10.0) #5064 (#5067)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnawjaren authored Oct 9, 2023
1 parent a00a37e commit 29c9f67
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 29c9f67

Please sign in to comment.