Manuel Tauber 2024-03-21 15:20:07 +01:00
parent 18e140deef
commit 24e484e240
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ export class NttGanttComponent implements OnInit {
this.renderGantt = false; this.renderGantt = false;
this.firstLoad = true; this.firstLoad = true;
this.sliceStart = 0; this.sliceStart = 0;
this.sliceEnd = 20; this.sliceEnd = 100;
this.dataService.getUser().then((res: any)=>{ this.dataService.getUser().then((res: any)=>{
console.log(res); console.log(res);