mirror of
https://github.com/langgenius/dify.git
synced 2026-04-13 06:43:30 +08:00
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
Block a user