mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-30 01:55:17 +08:00
fix: fix can't config Nth item in list Node (#19618)
This commit is contained in:
parent
be51384549
commit
b8e305f183
@ -97,16 +97,14 @@ const Panel: FC<NodePanelProps<ListFilterNodeType>> = ({
|
|||||||
{inputs.extract_by?.enabled
|
{inputs.extract_by?.enabled
|
||||||
? (
|
? (
|
||||||
<div className='flex items-center justify-between'>
|
<div className='flex items-center justify-between'>
|
||||||
{hasSubVariable && (
|
<div className='mr-2 grow'>
|
||||||
<div className='mr-2 grow'>
|
<ExtractInput
|
||||||
<ExtractInput
|
value={inputs.extract_by.serial as string}
|
||||||
value={inputs.extract_by.serial as string}
|
onChange={handleExtractsChange}
|
||||||
onChange={handleExtractsChange}
|
readOnly={readOnly}
|
||||||
readOnly={readOnly}
|
nodeId={id}
|
||||||
nodeId={id}
|
/>
|
||||||
/>
|
</div>
|
||||||
</div>
|
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
: null}
|
: null}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user