diff --git a/src/app/features/administration/form/date/list/time/time-list.component.ts b/src/app/features/administration/form/date/list/time/time-list.component.ts index 59e143ae..6f87e8e2 100644 --- a/src/app/features/administration/form/date/list/time/time-list.component.ts +++ b/src/app/features/administration/form/date/list/time/time-list.component.ts @@ -15,7 +15,7 @@ export class TimeListComponent implements OnInit { @Input() public timeSlices: TimeSlices[]; @Input() - public prefix_choice_id = ''; + public prefix_choice_id: number; constructor( @Inject(DOCUMENT) private document: any, diff --git a/src/app/features/administration/form/steps/step-three/step-three.component.html b/src/app/features/administration/form/steps/step-three/step-three.component.html index 10bd16a8..08002a26 100644 --- a/src/app/features/administration/form/steps/step-three/step-three.component.html +++ b/src/app/features/administration/form/steps/step-three/step-three.component.html @@ -30,7 +30,7 @@ -
+
- {{ choice.date_string }} + {{ choice_groupe.date_string }} +
+
+
-
- {{ showAsDate(group.date_string) | date: 'fullDate':'Europe/Paris' }} + {{ showAsDate(group.date_string) | date : 'fullDate' : 'Europe/Paris' }}