fix: adds edge filtering only to parameters not hidden (#6270)

Adds advanced filter to only filter by showing fields on click of edge
This commit is contained in:
Lucas Oliveira
2025-02-14 13:59:56 -03:00
committed by GitHub
parent 0a631a68c2
commit 45e2f739d5

View File

@ -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 &&