feat: Add the ability to hide/show components without input/output (I/O). (#2669)
♻️ (use-row-data.tsx): remove redundant check for LANGFLOW_SUPPORTED_TYPES in useRowData hook
This commit is contained in:
parent
3aa2513a86
commit
85161650bc
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ const useRowData = (
|
|||
return (
|
||||
key.charAt(0) !== "_" &&
|
||||
templateParam.show &&
|
||||
LANGFLOW_SUPPORTED_TYPES.has(templateParam.type) &&
|
||||
!(
|
||||
(key === "code" && templateParam.type === "code") ||
|
||||
(key.includes("code") && templateParam.proxy)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue