mirror of
https://github.com/langgenius/dify.git
synced 2026-01-07 23:04:12 +00:00
fix: not show the right output type
This commit is contained in:
@@ -43,7 +43,7 @@ const Panel: FC<NodePanelProps<DocExtractorNodeType>> = ({
|
||||
<OutputVars>
|
||||
<VarItem
|
||||
name='text'
|
||||
type='string'
|
||||
type={inputs.is_array_file ? 'array[string]' : 'string'}
|
||||
description={t(`${i18nPrefix}.outputVars.text`)}
|
||||
/>
|
||||
</OutputVars>
|
||||
|
||||
Reference in New Issue
Block a user