fix: fix can't config Nth item in list Node (#19618)

pull/19686/head
Good Wood 1 year ago committed by GitHub
parent be51384549
commit b8e305f183
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -97,7 +97,6 @@ const Panel: FC<NodePanelProps<ListFilterNodeType>> = ({
{inputs.extract_by?.enabled
? (
<div className='flex items-center justify-between'>
{hasSubVariable && (
<div className='mr-2 grow'>
<ExtractInput
value={inputs.extract_by.serial as string}
@ -106,7 +105,6 @@ const Panel: FC<NodePanelProps<ListFilterNodeType>> = ({
nodeId={id}
/>
</div>
)}
</div>
)
: null}

Loading…
Cancel
Save