Skip to content

Commit d0c3c6a

Browse files
committed
updates
1 parent 8574d66 commit d0c3c6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/sim/blocks/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ export const SELECTOR_TYPES_HYDRATION_REQUIRED: SubBlockType[] = [
107107
'variables-input',
108108
'mcp-server-selector',
109109
'mcp-tool-selector',
110+
'table-selector',
110111
] as const
111112

112113
export type ExtractToolOutput<T> = T extends ToolResponse ? T['output'] : never

0 commit comments

Comments
 (0)