diff --git a/app/react/components/form-components/FormSection/FormSection.tsx b/app/react/components/form-components/FormSection/FormSection.tsx index bd5c12a39..2b7f65016 100644 --- a/app/react/components/form-components/FormSection/FormSection.tsx +++ b/app/react/components/form-components/FormSection/FormSection.tsx @@ -1,5 +1,5 @@ import { PropsWithChildren, ReactNode, useState } from 'react'; -import { ChevronDown, ChevronRight } from 'lucide-react'; +import { ChevronUp, ChevronRight } from 'lucide-react'; import { Icon } from '@@/Icon'; @@ -24,11 +24,15 @@ export function FormSection({