workflow dependency

This commit is contained in:
zxhlyh
2025-06-23 15:02:57 +08:00
parent b9f59e3a75
commit 48f53f3b9b
2 changed files with 2 additions and 2 deletions

View File

@ -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}