Skip to content

Commit 5389c85

Browse files
authored
ENGCOM-3727: Fixed Issue #19917 Changed allowDrug to allowDrag #19918
2 parents b3da48a + bafaa6d commit 5389c85

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/attribute/set

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/attribute/set/main.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
// set the root node
8181
this.root = new Ext.tree.TreeNode({
8282
text: 'ROOT',
83-
allowDrug:false,
83+
allowDrag:false,
8484
allowDrop:true,
8585
id:'1'
8686
});

0 commit comments

Comments
 (0)