Skip to content

Commit 1b5ee36

Browse files
committed
MAGETWO-49020: Cannot create new category from product page
1 parent 000d180 commit 1b5ee36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ define([
3838
return {
3939
'is_active': data.category['is_active'],
4040
level: data.category.level,
41-
value: data.category.entity_id,
41+
value: data.category['entity_id'],
4242
label: data.category.name,
4343
parent: data.category.parent
4444
};

0 commit comments

Comments
 (0)