Skip to content

Commit

Permalink
Add parent container hierarchy label to the container
Browse files Browse the repository at this point in the history
  • Loading branch information
kanavnarula committed Oct 24, 2024
1 parent b9af57e commit f2f1290
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions datahub-web-react/src/app/search/filters/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,17 +211,6 @@ export function getFilterIconAndLabel(
icon = newIcon;
label = newLabel;
}



// const { icon: newIcon, label: newLabel } = getFilterWithEntityIconAndLabel(
// filterValue,
// entityRegistry,
// filterEntity,
// size,
// );
// icon = newIcon;
// label = newLabel;
} else {
label = filterValue;
}
Expand Down

0 comments on commit f2f1290

Please sign in to comment.