mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 00:39:35 +08:00
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:
@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user