task list props hotfix
This commit is contained in:
parent
241c9e9422
commit
af2ae879f8
@ -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 <maksym.vikarii@gmail.com>",
|
||||
"homepage": "https://github.com/MaTeMaTuK/gantt-task-react",
|
||||
|
||||
@ -241,7 +241,7 @@ export const Gantt: React.SFC<GanttProps> = ({
|
||||
ganttHeight,
|
||||
horizontalContainerClass: styles.horizontalContainer,
|
||||
selectedTaskId: selectedTask,
|
||||
setSelectedTask,
|
||||
setSelectedTask: handleSelectedTask,
|
||||
TaskListHeader,
|
||||
TaskListTable,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user