Skip to content

Commit

Permalink
fix: adds edge filtering only to parameters not hidden (#6270)
Browse files Browse the repository at this point in the history
Adds advanced filter to only filter by showing fields on click of edge
  • Loading branch information
lucaseduoli authored Feb 14, 2025
1 parent 0a631a6 commit 45e2f73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ export function groupByFamily(
return (
template?.type &&
template?.show &&
!template?.advanced &&
((!excludeTypes.has(template.type) &&
baseClassesSet.has(template.type)) ||
(template?.input_types &&
Expand Down

0 comments on commit 45e2f73

Please sign in to comment.