Skip to content

Commit bf66ed2

Browse files
committed
FIx build issue
1 parent e72e92e commit bf66ed2

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

packages/agentflow/src/features/node-editor/EditNodeDialog.test.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,14 @@ describe('EditNodeDialog', () => {
436436
label: 'Item',
437437
type: 'array',
438438
array: [
439-
{ name: 'type', label: 'Type', type: 'string' } as InputParam,
440-
{ name: 'detail', label: 'Detail', type: 'string', show: { 'items[$index].type': 'special' } } as InputParam
439+
{ id: 'type', name: 'type', label: 'Type', type: 'string' } as InputParam,
440+
{
441+
id: 'detail',
442+
name: 'detail',
443+
label: 'Detail',
444+
type: 'string',
445+
show: { 'items[$index].type': 'special' }
446+
} as InputParam
441447
]
442448
} as InputParam
443449
]

0 commit comments

Comments
 (0)