Skip to content

Commit 729f9ce

Browse files
Merge branch 'MAGETWO-49020' of https://github.corp.magento.com/magento-tango/magento2ce into MAGETWO-48913
2 parents 0567692 + 1b5ee36 commit 729f9ce

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.id,
41+
value: data.category['entity_id'],
4242
label: data.category.name,
4343
parent: data.category.parent
4444
};

0 commit comments

Comments
 (0)