We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4004a31 commit 2e2e98cCopy full SHA for 2e2e98c
app/code/Magento/PageBuilderAdminAnalytics/view/adminhtml/web/js/page-builder/event-builder.js
@@ -26,19 +26,19 @@ define(['underscore'], function (_) {
26
27
switch (name) {
28
case 'contentType:duplicateAfter':
29
- action = 'duplicate';
+ action = 'duplicate';
30
break;
31
case 'contentType:removeAfter':
32
- action = 'remove';
+ action = 'remove';
33
34
case 'contentType:createAfter':
35
- action = 'create';
+ action = 'create';
36
37
case 'contentType:editBefore':
38
- action = 'edit';
+ action = 'edit';
39
40
case 'contentType:visibilityAfter':
41
- action = args.visibility ? 'show' : 'hide';
+ action = args.visibility ? 'show' : 'hide';
42
43
default:
44
0 commit comments