Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jortilles committed Feb 13, 2024
1 parent b65ee77 commit 476b9cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const PanelInteractionUtils = {

/** Checks if the current child_node is included before.
* This prevents duplicated paths.*/
if (!rootTree.includes(relation.target_table) && !childrenId.includes(child_id)) {
//if (!rootTree.includes(relation.target_table) && !childrenId.includes(child_id)) {
// Label to show on the treeComponent
let childLabel = relation.display_name?.default
? `${relation.display_name.default} - ${relation.target_column[0]}`
Expand Down

0 comments on commit 476b9cf

Please sign in to comment.