Skip to content

Commit e97d90c

Browse files
committed
AC-7668 - Backend Catalog Improvments
1 parent 6cc38a9 commit e97d90c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Catalog/view/adminhtml/web/js/category-tree.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55

66
define([
77
'jquery',
8-
'mageUtils',
98
'jquery/ui',
109
'jquery/jstree/jquery.jstree'
11-
], function ($, utils) {
10+
], function ($) {
1211
'use strict';
1312

1413
$.widget('mage.categoryTree', {

0 commit comments

Comments
 (0)