Skip to content

Commit f2383b8

Browse files
author
Govind Sharma
authored
Fixed Issue #19917 Changed allowDrug to allowDrag
Fixed Issue #19917 Changed allowDrug to allowDrag
1 parent c307d25 commit f2383b8

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)