mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
pipeline sync draft
This commit is contained in:
@ -32,7 +32,7 @@ const NodeSelectorWrapper = (props: NodeSelectorProps) => {
|
||||
}, [availableNodesMetaData?.nodes])
|
||||
|
||||
const pipelineId = useStore(s => s.pipelineId)
|
||||
const { data: dataSourceList } = useDataSourceList(!pipelineId)
|
||||
const { data: dataSourceList } = useDataSourceList(!!pipelineId)
|
||||
|
||||
return (
|
||||
<NodeSelector
|
||||
|
||||
Reference in New Issue
Block a user