Skip to content

Commit abc4b0a

Browse files
committed
feat: remove unused FlowPanelDefinitionComponent from FlowBuilderComponent
1 parent c3e7dab commit abc4b0a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/packages/ce/src/flow/components/builder/FlowBuilderComponent.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import {FlowPanelLayoutComponent} from "@edition/flow/components/panels/FlowPane
2727
import {FlowPanelControlComponent} from "@edition/flow/components/panels/FlowPanelControlComponent";
2828
import {FlowPanelUpdateComponent} from "@edition/flow/components/panels/FlowPanelUpdateComponent";
2929
import {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>

0 commit comments

Comments
 (0)