Skip to content

Commit eabc6d1

Browse files
committed
ACP2E-3350: Disabled Categories are no longer have their names grayed out in the category tree
1 parent 581ae33 commit eabc6d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/view/adminhtml/layout/catalog_category_edit.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<update handle="styles"/>
1010
<head>
1111
<css src="jquery/uppy/dist/uppy.fileupload-ui.css"/>
12-
<css src="Magento_Catalog::css/styles.css" />
13-
<link src="Magento_Catalog::js/edit-tree.js"/>2
12+
<css src="Magento_Catalog::css/styles.css"/>
13+
<link src="Magento_Catalog::js/edit-tree.js"/>
1414
</head>
1515
<update handle="editor"/>
1616
<body>

0 commit comments

Comments
 (0)