diff --git a/packages/website/ts/@next/components/modals/input.tsx b/packages/website/ts/@next/components/modals/input.tsx index e3062b8954..8cfcc97631 100644 --- a/packages/website/ts/@next/components/modals/input.tsx +++ b/packages/website/ts/@next/components/modals/input.tsx @@ -30,7 +30,7 @@ export const Input = React.forwardRef((props: InputProps, ref?: React.Ref - + {isErrors && {errorMessage}} );