File tree Expand file tree Collapse file tree
src/packages/ce/src/flow/components/builder Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ import {FlowPanelLayoutComponent} from "@edition/flow/components/panels/FlowPane
2727import { FlowPanelControlComponent } from "@edition/flow/components/panels/FlowPanelControlComponent" ;
2828import { FlowPanelUpdateComponent } from "@edition/flow/components/panels/FlowPanelUpdateComponent" ;
2929import { FunctionNodeSquareComponent } from "@edition/function/components/nodes/FunctionNodeSquareComponent" ;
30- import { FlowPanelDefinitionComponent } from "@edition/flow/components/panels/FlowPanelDefinitionComponent" ;
3130
3231/**
3332 * Dynamically layouts a tree of nodes and their parameter nodes for a flow-based editor.
@@ -785,7 +784,6 @@ const InternalFlowBuilder: React.FC<FlowBuilderProps> = (props) => {
785784 < FlowPanelLayoutComponent />
786785 < FlowPanelControlComponent namespaceId = { namespaceId } projectId = { projectId } flowId = { flowId } />
787786 < FlowPanelUpdateComponent flowId = { flowId } />
788- < FlowPanelDefinitionComponent />
789787 </ >
790788 ) : null }
791789 </ ReactFlow >
You can’t perform that action at this time.
0 commit comments