Skip to content

Commit e83083a

Browse files
committed
fix flow
1 parent 7de5c94 commit e83083a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

admin-pro-ui/src/components/flow/index.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ interface FlowProps {
2525
edgeType?: EdgeType;
2626
}
2727

28-
interface FlowContextProps {
29-
flowPanelContext: FlowPanelContext;
30-
}
3128

3229
const Flow: React.FC<FlowProps> = (props) => {
3330

@@ -115,12 +112,6 @@ const Flow: React.FC<FlowProps> = (props) => {
115112

116113
}, []);
117114

118-
119-
120-
//@ts-ignore
121-
window.lfRef = lfRef;
122-
123-
124115
return (
125116
<div className="flow-design">
126117
<NodePanel/>

0 commit comments

Comments
 (0)