diff --git a/src/app/pages/tables/time-frames/time-frames.component.ts b/src/app/pages/tables/time-frames/time-frames.component.ts index 534b255..09d80d6 100644 --- a/src/app/pages/tables/time-frames/time-frames.component.ts +++ b/src/app/pages/tables/time-frames/time-frames.component.ts @@ -15,8 +15,6 @@ export class TimeFramesComponent implements OnInit { { dataPath: 'dateRange', translation: 'Zeitraum', - type: 'DateRange', - readonly: false, }, { dataPath: 'cargoBike.name', @@ -46,6 +44,10 @@ export class TimeFramesComponent implements OnInit { }, propertyNameOfReferenceId: 'lendingStationId' }, + { + dataPath: 'note', + translation: 'Anmerkung', + }, ]; dataService: TimeFrameService;