diff --git a/apps/sim/blocks/types.ts b/apps/sim/blocks/types.ts index 62346ac8a..175a405d6 100644 --- a/apps/sim/blocks/types.ts +++ b/apps/sim/blocks/types.ts @@ -107,6 +107,7 @@ export const SELECTOR_TYPES_HYDRATION_REQUIRED: SubBlockType[] = [ 'variables-input', 'mcp-server-selector', 'mcp-tool-selector', + 'table-selector', ] as const export type ExtractToolOutput = T extends ToolResponse ? T['output'] : never