Skip to content

Commit

Permalink
removed copy pasta null
Browse files Browse the repository at this point in the history
  • Loading branch information
RickeyWard committed Jul 20, 2021
1 parent b7e63c1 commit d51d677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export type ConnectionLineComponentProps = {
targetPosition?: Position;
connectionLineStyle?: CSSProperties;
connectionLineType: ConnectionLineType;
sourceNode?: Node | null;
sourceNode?: Node;
sourceHandle?: HandleElement;
};

Expand Down

0 comments on commit d51d677

Please sign in to comment.