diff --git a/packages/design-system/src/forms/FormikDateChanger.tsx b/packages/design-system/src/forms/FormikDateChanger.tsx index 62ebe5f..b73c7c8 100644 --- a/packages/design-system/src/forms/FormikDateChanger.tsx +++ b/packages/design-system/src/forms/FormikDateChanger.tsx @@ -46,7 +46,7 @@ export interface FormikDateChangerProps { * @param className - The optional className object allows you to override the default styling. * @returns Date changer component with optional label, edit button and save button. */ -function FormikDateChanger({ +export function FormikDateChanger({ id, name, label = '',