Pushed state-workable if block

This commit is contained in:
Emir Karabeg
2025-02-05 19:28:49 -08:00
parent 51e0819409
commit 361a51dfc8

View File

@@ -29,6 +29,21 @@ export const ConditionBlock: BlockConfig<CodeExecutionOutput> = {
subBlocks: [
{
id: 'if',
title: 'if',
type: 'code',
layout: 'full',
outputHandle: true,
},
{
id: 'else-if',
title: 'else if',
type: 'code',
layout: 'full',
outputHandle: true,
},
{
id: 'else',
title: 'else',
type: 'code',
layout: 'full',
outputHandle: true,