fix: fix can't config Nth item in list Node (#19618)
This commit is contained in:
@@ -97,7 +97,6 @@ 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}
|
||||||
@@ -106,7 +105,6 @@ const Panel: FC<NodePanelProps<ListFilterNodeType>> = ({
|
|||||||
nodeId={id}
|
nodeId={id}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
: null}
|
: null}
|
||||||
|
Reference in New Issue
Block a user