We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db654d8 commit e3fce54Copy full SHA for e3fce54
1 file changed
apps/sim/stores/workflows/utils.ts
@@ -137,7 +137,7 @@ export function prepareBlockState(options: PrepareBlockStateOptions): BlockState
137
}
138
} else if (subBlock.defaultValue !== undefined) {
139
initialValue = subBlock.defaultValue
140
- } else if (subBlock.type === 'input-format') {
+ } else if (subBlock.type === 'input-format' || subBlock.type === 'response-format') {
141
initialValue = [
142
{
143
id: crypto.randomUUID(),
0 commit comments