Skip to content

Commit

Permalink
🐛 fix: ci bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangchu committed Oct 19, 2023
1 parent 2f12c2c commit c129503
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/BloodGroupNode/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ArtboardTitle, getClsFromSelectType } from '@/BloodNode';
import { NodeMapItem, NodeSelect, ProFlowNode } from '@/ProFlow/constants';
import { ProFlowNodeData } from '@/constants';
import { NodeMapItem, NodeSelect } from '@/ProFlow/constants';
import { ProFlowNode, ProFlowNodeData } from '@/constants';
import { cx } from 'antd-style';
import React from 'react';
import { useStyles } from './styles';
Expand Down
2 changes: 1 addition & 1 deletion src/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export interface ProFlowEdge {
id: string;
source: string;
target: string;
select: NodeSelect;
select?: NodeSelect;
type?: EdgeType;
}

Expand Down

0 comments on commit c129503

Please sign in to comment.