ADD: Disable Records (temp)

This commit is contained in:
sebastian 2026-08-03 16:17:28 +02:00
parent 1dd5563ca6
commit 14b7107a5b
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
<mat-drawer-content>
<app-wettter-overview></app-wettter-overview>
<app-diagrams #diagrams></app-diagrams>
<app-records></app-records>
<!--<app-records></app-records>-->
</mat-drawer-content>
</mat-drawer-container>

View File

@ -40,7 +40,7 @@ export class Records implements OnInit {
from_timestamp = startOfWeek(currentDate, { weekStartsOn: 1}).toISOString()
}
this.apiService.getRecordsMeasurementsRecordsGet(undefined, from_timestamp).subscribe(
this.apiService.getRecordsMeasurementsRecordsGet([], from_timestamp).subscribe(
{
next: records => {
this.records = records;