diff --git a/src/components/FormBuilder/fields/DatePickerInput.tsx b/src/components/FormBuilder/fields/DatePickerInput.tsx index 5eb5edd..da6124b 100644 --- a/src/components/FormBuilder/fields/DatePickerInput.tsx +++ b/src/components/FormBuilder/fields/DatePickerInput.tsx @@ -37,7 +37,7 @@ export const DatePickerInput = withConditional( rules={field.required ? { required: true } : undefined} defaultValue={field.defaultValue} render={({ field: formField }) => ( - + {field.label} @@ -64,7 +64,7 @@ export const DatePickerInput = withConditional( - + {/* @ts-expect-error TS(2739) FIXME: Type '{ mode: string; selected: any; onSelect: any... Remove this comment to see the full error message */} ( } defaultValue={field.defaultValue} render={({ field: formField }) => ( - + {field.label} {field.description}