Merge pull request #4672 from FlipWarthog/PV4671

Fix #4671 - PanelMenu: Error when using #item slot
pull/4683/head
Tuğçe Küçükoğlu 2023-10-24 16:19:17 +03:00 committed by GitHub
commit 42c27d9469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)
)
};
}