Skip to content

Commit

Permalink
displayFilters - filter is new
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Alloza committed May 19, 2024
1 parent 0503274 commit 5ee8d26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ export class GlobalFilterDialogComponent implements OnInit, OnDestroy {
}

public checkNodeSelected(selectedPath: any, node: any) {
if (node?.child_id) {
if (node?.child_id && selectedPath?.joins) {
let selected = false;
for (const join of selectedPath.joins) {
if (join[1] == node.child_id) {
Expand Down

0 comments on commit 5ee8d26

Please sign in to comment.