Skip to content

Commit

Permalink
task list props hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
MaTeMaTuK committed Sep 16, 2020
1 parent 241c9e9 commit af2ae87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gantt-task-react",
"version": "0.2.1",
"version": "0.2.2",
"description": "Interactive Gantt Chart for React with TypeScript.",
"author": "MaTeMaTuK <[email protected]>",
"homepage": "https://github.com/MaTeMaTuK/gantt-task-react",
Expand Down
2 changes: 1 addition & 1 deletion src/components/gantt/gantt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export const Gantt: React.SFC<GanttProps> = ({
ganttHeight,
horizontalContainerClass: styles.horizontalContainer,
selectedTaskId: selectedTask,
setSelectedTask,
setSelectedTask: handleSelectedTask,
TaskListHeader,
TaskListTable,
};
Expand Down

0 comments on commit af2ae87

Please sign in to comment.