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:
parent
0a631a68c2
commit
45e2f739d5
1 changed files with 1 additions and 0 deletions
|
|
@ -266,6 +266,7 @@ export function groupByFamily(
|
||||||
return (
|
return (
|
||||||
template?.type &&
|
template?.type &&
|
||||||
template?.show &&
|
template?.show &&
|
||||||
|
!template?.advanced &&
|
||||||
((!excludeTypes.has(template.type) &&
|
((!excludeTypes.has(template.type) &&
|
||||||
baseClassesSet.has(template.type)) ||
|
baseClassesSet.has(template.type)) ||
|
||||||
(template?.input_types &&
|
(template?.input_types &&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue