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
commit 45e2f739d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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