From 24097647837ef7662ba07f56e8a902dcfb38a3f9 Mon Sep 17 00:00:00 2001 From: sjschlapbach Date: Fri, 16 Aug 2024 15:37:06 +0200 Subject: [PATCH] fix(forms/FormikDateChanger): add missing export for date changer component --- packages/design-system/src/forms/FormikDateChanger.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/design-system/src/forms/FormikDateChanger.tsx b/packages/design-system/src/forms/FormikDateChanger.tsx index 62ebe5f7..b73c7c84 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 = '',