From d0c3c6aec7a079fa640e99ef9ea8b1674709f05a Mon Sep 17 00:00:00 2001 From: Lakee Sivaraya Date: Sat, 17 Jan 2026 10:02:52 -0800 Subject: [PATCH] updates --- apps/sim/blocks/types.ts | 1 + 1 file changed, 1 insertion(+) 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