We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b11406 commit 84ecfe8Copy full SHA for 84ecfe8
root/static/scripts/relationship-editor/common/viewModel.js
@@ -56,7 +56,7 @@ RE.exportTypeInfo = function (typeInfo, attrInfo) {
56
}
57
switch (item.entityType) {
58
case 'link_attribute_type':
59
- const children = attrChildren.get(item.id);
+ const children = attrChildren.get(String(item.id));
60
if (children) {
61
item.children = children;
62
0 commit comments