From 24e484e24067a94d0601c5442084bd83ed24b91a Mon Sep 17 00:00:00 2001 From: Manuel Tauber Date: Thu, 21 Mar 2024 15:20:07 +0100 Subject: [PATCH] t --- frontend/src/app/ntt-gantt/ntt-gantt.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/ntt-gantt/ntt-gantt.component.ts b/frontend/src/app/ntt-gantt/ntt-gantt.component.ts index ad6b287..be96238 100644 --- a/frontend/src/app/ntt-gantt/ntt-gantt.component.ts +++ b/frontend/src/app/ntt-gantt/ntt-gantt.component.ts @@ -197,7 +197,7 @@ export class NttGanttComponent implements OnInit { this.renderGantt = false; this.firstLoad = true; this.sliceStart = 0; - this.sliceEnd = 20; + this.sliceEnd = 100; this.dataService.getUser().then((res: any)=>{ console.log(res);