fix: add tab to supported types to not show input handles (#7196)

Add tab to supported types
This commit is contained in:
Lucas Oliveira 2025-03-20 16:52:17 -03:00 committed by GitHub
commit 67b6ce58e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -654,6 +654,7 @@ export const LANGFLOW_SUPPORTED_TYPES = new Set([
"table",
"link",
"slider",
"tab",
]);
export const FLEX_VIEW_TYPES = ["bool"];