Skip to content

Commit

Permalink
Merge pull request #4672 from FlipWarthog/PV4671
Browse files Browse the repository at this point in the history
Fix #4671 - PanelMenu: Error when using #item slot
  • Loading branch information
tugcekucukoglu authored Oct 24, 2023
2 parents 656070a + d37b170 commit 42c27d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/panelmenu/PanelMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export default {
{
class: this.cx('headerLabel')
},
this.getPTOptions('headerLabel', processedItem, index)
this.getPTOptions('headerLabel', item, index)
)
};
}
Expand Down

0 comments on commit 42c27d9

Please sign in to comment.