diff --git a/src/components/formUtil/FromInput/formFieldComponents.tsx b/src/components/formUtil/FromInput/formFieldComponents.tsx index 1caeffe..c70a751 100644 --- a/src/components/formUtil/FromInput/formFieldComponents.tsx +++ b/src/components/formUtil/FromInput/formFieldComponents.tsx @@ -135,7 +135,7 @@ const Wrapper = ({field, children}: { children: ReactNode }) => { return - {field.label} + {field.label} {field.description && <>