fix: removed handle from sortableinput and connectinput (#7404)
Added sortableList and connect to frontend types constant
This commit is contained in:
parent
9ec37f92c9
commit
4dcbd7c168
1 changed files with 2 additions and 0 deletions
|
|
@ -655,6 +655,8 @@ export const LANGFLOW_SUPPORTED_TYPES = new Set([
|
|||
"link",
|
||||
"slider",
|
||||
"tab",
|
||||
"sortableList",
|
||||
"connect",
|
||||
]);
|
||||
|
||||
export const FLEX_VIEW_TYPES = ["bool"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue