@@ -5,7 +5,7 @@ export const enObj: any = {
55 {
66 start : new Date ( currentDate . getFullYear ( ) , currentDate . getMonth ( ) , 1 ) ,
77 end : new Date ( currentDate . getFullYear ( ) , currentDate . getMonth ( ) , 15 ) ,
8- name : "Some Project" ,
8+ title : "Some Project" ,
99 label : "Some Project" ,
1010 id : "ProjectSample" ,
1111 progress : 25 ,
@@ -23,7 +23,7 @@ export const enObj: any = {
2323 28
2424 ) ,
2525 label : "Idea" ,
26- name : "Idea" ,
26+ title : "Idea" ,
2727 id : "Task 0" ,
2828 progress : 45 ,
2929 type : "task" ,
@@ -33,7 +33,7 @@ export const enObj: any = {
3333 {
3434 start : new Date ( currentDate . getFullYear ( ) , currentDate . getMonth ( ) , 2 ) ,
3535 end : new Date ( currentDate . getFullYear ( ) , currentDate . getMonth ( ) , 4 , 0 , 0 ) ,
36- name : "Research" ,
36+ title : "Research" ,
3737 label : "Research" ,
3838 id : "Task 1" ,
3939 progress : 25 ,
@@ -45,7 +45,7 @@ export const enObj: any = {
4545 {
4646 start : new Date ( currentDate . getFullYear ( ) , currentDate . getMonth ( ) , 4 ) ,
4747 end : new Date ( currentDate . getFullYear ( ) , currentDate . getMonth ( ) , 8 , 0 , 0 ) ,
48- name : "Discussion with team" ,
48+ title : "Discussion with team" ,
4949 label : "Discussion with team" ,
5050 id : "Task 2" ,
5151 progress : 10 ,
@@ -57,7 +57,7 @@ export const enObj: any = {
5757 {
5858 start : new Date ( currentDate . getFullYear ( ) , currentDate . getMonth ( ) , 8 ) ,
5959 end : new Date ( currentDate . getFullYear ( ) , currentDate . getMonth ( ) , 9 , 0 , 0 ) ,
60- name : "Developing" ,
60+ title : "Developing" ,
6161 label : "Developing" ,
6262 id : "Task 3" ,
6363 progress : 2 ,
@@ -69,7 +69,7 @@ export const enObj: any = {
6969 {
7070 start : new Date ( currentDate . getFullYear ( ) , currentDate . getMonth ( ) , 8 ) ,
7171 end : new Date ( currentDate . getFullYear ( ) , currentDate . getMonth ( ) , 10 ) ,
72- name : "Review" ,
72+ title : "Review" ,
7373 label : "Review" ,
7474 id : "Task 4" ,
7575 type : "task" ,
@@ -81,7 +81,7 @@ export const enObj: any = {
8181 {
8282 start : new Date ( currentDate . getFullYear ( ) , currentDate . getMonth ( ) , 15 ) ,
8383 end : new Date ( currentDate . getFullYear ( ) , currentDate . getMonth ( ) , 15 ) ,
84- name : "Release" ,
84+ title : "Release" ,
8585 label : "Release" ,
8686 id : "Task 6" ,
8787 progress : currentDate . getMonth ( ) ,
@@ -93,11 +93,11 @@ export const enObj: any = {
9393 {
9494 start : new Date ( currentDate . getFullYear ( ) , currentDate . getMonth ( ) , 18 ) ,
9595 end : new Date ( currentDate . getFullYear ( ) , currentDate . getMonth ( ) , 19 ) ,
96- name : "Party Time" ,
96+ title : "Party Time" ,
9797 label : "Party Time" ,
9898 id : "Task 9" ,
9999 progress : 0 ,
100- isDisabled : true ,
100+ // isDisabled: true,
101101 type : "task" ,
102102 } ,
103103 ] ,
0 commit comments