Skip to content
Snippets Groups Projects
Commit 36d3ddd6 authored by Kristof De Langhe's avatar Kristof De Langhe
Browse files

leftLabel/rightLabel renaming to leftwardType/rightwardType

parent b85c76f4
No related branches found
No related tags found
No related merge requests found
......@@ -182,9 +182,9 @@ export class RelationshipService {
map(([leftItems, rightItems, relTypesCurrentPage]) => {
return relTypesCurrentPage.map((type, index) => {
if (leftItems[index].uuid === item.uuid) {
return type.leftLabel;
return type.leftwardType;
} else {
return type.rightLabel;
return type.rightwardType;
}
});
}),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment