Skip to content

Commit 8caf746

Browse files
committed
MC-35104: Tracking Page Builder content type
- Refactor: Access eventAttributes['menu_section'] as an array
1 parent 1882b99 commit 8caf746

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilderAdminAnalytics/view/adminhtml/web/js/page-builder

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilderAdminAnalytics/view/adminhtml/web/js/page-builder/events-mixin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ define(['underscore'], function (_underscore) {
4545
action: action,
4646
widget: {
4747
name: eventAttributes.form,
48-
type: eventAttributes.menu_section
48+
type: eventAttributes['menu_section']
4949
},
5050
feature: 'page-builder-tracker'
5151
};

0 commit comments

Comments
 (0)