Skip to content

Commit bafaa6d

Browse files
ENGCOM-3727: Fixed Issue #19917 Changed allowDrug to allowDrag #19918
- Merge Pull Request #19918 from GovindaSharma/magento2:2.3-Develop-PR1 - Merged commits: 1. f2383b8
2 parents c307d25 + f2383b8 commit bafaa6d

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)