diff --git a/frontend/src/components/general/form/FormError.tsx b/frontend/src/components/general/form/FormError.tsx index 4aefd832..b5b072fe 100644 --- a/frontend/src/components/general/form/FormError.tsx +++ b/frontend/src/components/general/form/FormError.tsx @@ -6,7 +6,7 @@ interface FormErrorProps { const FormError = ({ error, show }: FormErrorProps) => { return (

{error}

diff --git a/frontend/src/components/general/form/types/FileUpload.tsx b/frontend/src/components/general/form/types/FileUpload.tsx index 3ab9868a..b1c3ba35 100644 --- a/frontend/src/components/general/form/types/FileUpload.tsx +++ b/frontend/src/components/general/form/types/FileUpload.tsx @@ -56,7 +56,7 @@ const FileUpload: React.FC = ({ {message && ( -
+
{message}
)} diff --git a/frontend/src/components/general/form/types/Input.tsx b/frontend/src/components/general/form/types/Input.tsx index 31e1598d..a1e5518c 100644 --- a/frontend/src/components/general/form/types/Input.tsx +++ b/frontend/src/components/general/form/types/Input.tsx @@ -24,7 +24,7 @@ const Input = forwardRef( {...props} /> {props.error && ( - + {props.error} )} diff --git a/frontend/src/components/general/form/types/Select.tsx b/frontend/src/components/general/form/types/Select.tsx index a5e28de2..a2bde670 100644 --- a/frontend/src/components/general/form/types/Select.tsx +++ b/frontend/src/components/general/form/types/Select.tsx @@ -40,7 +40,7 @@ const Select = forwardRef( ))} {props.error && ( - + {props.error} )} diff --git a/frontend/src/components/general/form/types/SelectTrees.tsx b/frontend/src/components/general/form/types/SelectTrees.tsx index 04ca3fd6..727756f7 100644 --- a/frontend/src/components/general/form/types/SelectTrees.tsx +++ b/frontend/src/components/general/form/types/SelectTrees.tsx @@ -21,7 +21,7 @@ const SelectTrees: React.FC = ({
    {treeIds.length === 0 ? ( -
  • +
  • Bitte wählen Sie mindestens einen Baum aus.

  • ) : ( diff --git a/frontend/src/components/general/form/types/Textarea.tsx b/frontend/src/components/general/form/types/Textarea.tsx index d63dd846..a056511d 100644 --- a/frontend/src/components/general/form/types/Textarea.tsx +++ b/frontend/src/components/general/form/types/Textarea.tsx @@ -24,7 +24,7 @@ const Textarea = forwardRef( {...props} /> {props.error && ( - {props.error} + {props.error} )}
); diff --git a/frontend/src/routes/_protected/map/treecluster/select.tree.tsx b/frontend/src/routes/_protected/map/treecluster/select.tree.tsx index 19b7c79c..1bd7e19f 100644 --- a/frontend/src/routes/_protected/map/treecluster/select.tree.tsx +++ b/frontend/src/routes/_protected/map/treecluster/select.tree.tsx @@ -106,7 +106,7 @@ function SelectTrees() { content={