From 8c02cc1013a149dba07546b7af4fc7546a80cecb Mon Sep 17 00:00:00 2001 From: henrikmv Date: Tue, 10 Dec 2024 17:42:33 +0100 Subject: [PATCH] fix: nameing of date component --- .../ScheduleDate/ScheduleDate.component.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core_modules/capture-core/components/WidgetEventSchedule/ScheduleDate/ScheduleDate.component.js b/src/core_modules/capture-core/components/WidgetEventSchedule/ScheduleDate/ScheduleDate.component.js index d2d3e37129..61d35879b7 100644 --- a/src/core_modules/capture-core/components/WidgetEventSchedule/ScheduleDate/ScheduleDate.component.js +++ b/src/core_modules/capture-core/components/WidgetEventSchedule/ScheduleDate/ScheduleDate.component.js @@ -17,7 +17,7 @@ import { InfoBox } from '../InfoBox'; import { baseInputStyles } from '../ScheduleOrgUnit/commonProps'; -const LabelledRequiredDateField = withDefaultFieldContainer()( +const ScheduleDataField = withDefaultFieldContainer()( withLabel({ onGetCustomFieldLabeClass: () => labelTypeClasses.dateLabel, })( @@ -48,7 +48,7 @@ const ScheduleDatePlain = ({ <> {!hideDueDate && ( <> -