mirror of https://github.com/langgenius/dify.git
fix: pass dataSources prop to PortalToFollowElem for improved functionality
This commit is contained in:
parent
6313f819cf
commit
2a5bab10b8
|
|
@ -183,6 +183,7 @@ const NodeSelector: FC<NodeSelectorProps> = ({
|
|||
tags={tags}
|
||||
availableBlocksTypes={availableBlocksTypes}
|
||||
noBlocks={noBlocks}
|
||||
dataSources={dataSources}
|
||||
/>
|
||||
</div>
|
||||
</PortalToFollowElemContent>
|
||||
|
|
|
|||
Loading…
Reference in New Issue