diff --git a/web/app/components/workflow/nodes/data-source/panel.tsx b/web/app/components/workflow/nodes/data-source/panel.tsx index 21a886535b..cbb506964b 100644 --- a/web/app/components/workflow/nodes/data-source/panel.tsx +++ b/web/app/components/workflow/nodes/data-source/panel.tsx @@ -134,11 +134,10 @@ const Panel: FC> = ({ id, data }) => { /> )) } - { - outputSchema.map((outputItem) => { - const schemaType = getMatchedSchemaType(outputItem.value, schemaTypeDefinitions) + {outputSchema.map((outputItem) => { + const schemaType = getMatchedSchemaType(outputItem.value, schemaTypeDefinitions) - return ( + return (
{outputItem.value?.type === 'object' ? (