Skip to content

Commit

Permalink
fix(forms/FormikDateChanger): add missing export for date changer com…
Browse files Browse the repository at this point in the history
…ponent
  • Loading branch information
sjschlapbach committed Aug 16, 2024
1 parent 826bcab commit 2409764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/design-system/src/forms/FormikDateChanger.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '',
Expand Down

0 comments on commit 2409764

Please sign in to comment.