Skip to content

Commit 84ecfe8

Browse files
committed
Fix string/number mismatch, bring attribute children back
1 parent 5b11406 commit 84ecfe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/static/scripts/relationship-editor/common/viewModel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RE.exportTypeInfo = function (typeInfo, attrInfo) {
5656
}
5757
switch (item.entityType) {
5858
case 'link_attribute_type':
59-
const children = attrChildren.get(item.id);
59+
const children = attrChildren.get(String(item.id));
6060
if (children) {
6161
item.children = children;
6262
}

0 commit comments

Comments
 (0)