fix: removed handle from sortableinput and connectinput (#7404)

Added sortableList and connect to frontend types constant
This commit is contained in:
Lucas Oliveira 2025-04-03 09:57:53 -03:00 committed by GitHub
commit 4dcbd7c168
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -655,6 +655,8 @@ export const LANGFLOW_SUPPORTED_TYPES = new Set([
"link",
"slider",
"tab",
"sortableList",
"connect",
]);
export const FLEX_VIEW_TYPES = ["bool"];