We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70f2a6 commit 383b6f0Copy full SHA for 383b6f0
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