Fix #4671 - PanelMenu: Error when using #item slot

pull/4672/head
FlipWarthog 2023-10-22 16:13:01 -04:00
parent 1170d152bc
commit d37b1701c7
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ export default {
{
class: this.cx('headerLabel')
},
this.getPTOptions('headerLabel', processedItem, index)
this.getPTOptions('headerLabel', item, index)
)
};
}