Skip to content

Commit

Permalink
make tsc happy
Browse files Browse the repository at this point in the history
  • Loading branch information
kentis committed Mar 8, 2022
1 parent 3788319 commit e2f263b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .storybook/helpers/h5p.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ export const params: Params = {
label: "",
startPosition: { x: 0, y: 0 },
endPosition: { x: 0, y: 0 },
startGridPosition: { x: 0, y: 0 },
endGridPosition: { x: 0, y: 0 },
},
],
colorTheme: ColorTheme.Blue,
Expand Down
2 changes: 2 additions & 0 deletions src/utils/grid.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ export const createArrowItem = (
endElementId: endId,
startPosition: { x: 0, y: 0 },
endPosition: { x: 0, y: 0 },
startGridPosition: { x: 0, y: 0 },
endGridPosition: { x: 0, y: 0 },
};

return item;
Expand Down

0 comments on commit e2f263b

Please sign in to comment.