fix: add tab to supported types to not show input handles (#7196)
Add tab to supported types
This commit is contained in:
parent
f99469f06d
commit
67b6ce58e5
1 changed files with 1 additions and 0 deletions
|
|
@ -654,6 +654,7 @@ export const LANGFLOW_SUPPORTED_TYPES = new Set([
|
|||
"table",
|
||||
"link",
|
||||
"slider",
|
||||
"tab",
|
||||
]);
|
||||
|
||||
export const FLEX_VIEW_TYPES = ["bool"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue