We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec9c3fe commit d6d7aebCopy full SHA for d6d7aeb
1 file changed
apps/sim/blocks/blocks/function.ts
@@ -33,6 +33,7 @@ export const FunctionBlock: BlockConfig<CodeExecutionOutput> = {
33
},
34
{
35
id: 'code',
36
+ title: 'Code',
37
type: 'code',
38
wandConfig: {
39
enabled: true,
0 commit comments