We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de5c94 commit e83083aCopy full SHA for e83083a
admin-pro-ui/src/components/flow/index.tsx
@@ -25,9 +25,6 @@ interface FlowProps {
25
edgeType?: EdgeType;
26
}
27
28
-interface FlowContextProps {
29
- flowPanelContext: FlowPanelContext;
30
-}
31
32
const Flow: React.FC<FlowProps> = (props) => {
33
@@ -115,12 +112,6 @@ const Flow: React.FC<FlowProps> = (props) => {
115
112
116
113
}, []);
117
114
118
-
119
120
- //@ts-ignore
121
- window.lfRef = lfRef;
122
123
124
return (
125
<div className="flow-design">
126
<NodePanel/>
0 commit comments