mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
workflow dependency
This commit is contained in:
@ -80,6 +80,7 @@ import Confirm from '@/app/components/base/confirm'
|
||||
import DatasetsDetailProvider from './datasets-detail-store/provider'
|
||||
import { HooksStoreContextProvider } from './hooks-store'
|
||||
import type { Shape as HooksStoreShape } from './hooks-store'
|
||||
import PluginDependency from './plugin-dependency'
|
||||
|
||||
const nodeTypes = {
|
||||
[CUSTOM_NODE]: CustomNode,
|
||||
@ -282,6 +283,7 @@ export const Workflow: FC<WorkflowProps> = memo(({
|
||||
)
|
||||
}
|
||||
<LimitTips />
|
||||
<PluginDependency />
|
||||
{children}
|
||||
<ReactFlow
|
||||
nodeTypes={nodeTypes}
|
||||
|
||||
Reference in New Issue
Block a user