Skip to content

Commit

Permalink
fix: 修复flowchart类型错误 (ant-design#1428)
Browse files Browse the repository at this point in the history
  • Loading branch information
lxfu1 authored Jul 18, 2022
1 parent 3840e83 commit f38f87e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/flowchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/flowchart",
"version": "1.1.5",
"version": "1.1.6",
"description": "Flowchart",
"bugs": {
"url": "https://github.com/ant-design/ant-design-charts/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/flowchart/src/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export interface FlowchartContainerProps {

type Datum = {
nodes?: unknown[];
egdes?: unknown[];
edges?: unknown[];
};

export interface CustomNode {
Expand Down

0 comments on commit f38f87e

Please sign in to comment.