diff --git a/README.md b/README.md index 6de5ae5..8c0508d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ let tasks: Task[] = [ end: new Date(2020, 1, 2), name: 'Idea', id: 'Task 0', - type:'task' + type:'task', progress: 45, isDisabled: true, styles: { progressColor: '#ffbb54', progressSelectedColor: '#ff9e0d' }, diff --git a/example/src/App.tsx b/example/src/App.tsx index ab9d131..e2717d6 100644 --- a/example/src/App.tsx +++ b/example/src/App.tsx @@ -75,9 +75,6 @@ const App = () => { listCellWidth={isChecked ? "155px" : ""} columnWidth={columnWidth} /> -