Skip to content

Commit 383b6f0

Browse files
fix(code): readd wand to code subblock (#1969)
1 parent a70f2a6 commit 383b6f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/sim/blocks/blocks/function.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export const FunctionBlock: BlockConfig<CodeExecutionOutput> = {
3333
},
3434
{
3535
id: 'code',
36+
title: 'Code',
3637
type: 'code',
3738
wandConfig: {
3839
enabled: true,

0 commit comments

Comments
 (0)