Skip to content

Commit 2e2e98c

Browse files
committed
ACP2E-3864: Update copyrights for PB EE and fix static failures
1 parent 4004a31 commit 2e2e98c

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ define(['underscore'], function (_) {
2626

2727
switch (name) {
2828
case 'contentType:duplicateAfter':
29-
action = 'duplicate';
29+
action = 'duplicate';
3030
break;
3131
case 'contentType:removeAfter':
32-
action = 'remove';
32+
action = 'remove';
3333
break;
3434
case 'contentType:createAfter':
35-
action = 'create';
35+
action = 'create';
3636
break;
3737
case 'contentType:editBefore':
38-
action = 'edit';
38+
action = 'edit';
3939
break;
4040
case 'contentType:visibilityAfter':
41-
action = args.visibility ? 'show' : 'hide';
41+
action = args.visibility ? 'show' : 'hide';
4242
break;
4343
default:
4444
break;

0 commit comments

Comments
 (0)