Skip to content

Commit

Permalink
chore: add missing export for new formik color picker
Browse files Browse the repository at this point in the history
  • Loading branch information
sjschlapbach committed Aug 16, 2024
1 parent 8779313 commit 2c68f4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export function FormikTextareaField({
label,
labelType = 'small',
icon,
onIconClick,
placeholder,
tooltip,
required = false,
Expand Down
1 change: 1 addition & 0 deletions packages/design-system/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export * from './forms/FormikSwitchField'
export * from './forms/FormikTextField'
export * from './forms/FormikTextareaField'
export * from './forms/Label'
export { default as NewFormikColorPicker } from './forms/NewFormikColorPicker'
export { default as NewFormikDateChanger } from './forms/NewFormikDateChanger'
export { default as NewFormikDateField } from './forms/NewFormikDateField'
export { default as NewFormikNumberField } from './forms/NewFormikNumberField'
Expand Down

0 comments on commit 2c68f4b

Please sign in to comment.