diff --git a/webapp/src/components/App/Singlestudy/explore/Modelization/Areas/Properties/Fields.tsx b/webapp/src/components/App/Singlestudy/explore/Modelization/Areas/Properties/Fields.tsx index 2ec3ec8df9..01a98538be 100644 --- a/webapp/src/components/App/Singlestudy/explore/Modelization/Areas/Properties/Fields.tsx +++ b/webapp/src/components/App/Singlestudy/explore/Modelization/Areas/Properties/Fields.tsx @@ -3,7 +3,6 @@ import { useOutletContext } from "react-router"; import { useMemo } from "react"; import SelectFE from "../../../../../../common/fieldEditors/SelectFE"; import Fieldset from "../../../../../../common/Fieldset"; -import ColorPickerFE from "../../../../../../common/fieldEditors/ColorPickerFE"; import SwitchFE from "../../../../../../common/fieldEditors/SwitchFE"; import NumberFE from "../../../../../../common/fieldEditors/NumberFE"; import { useFormContextPlus } from "../../../../../../common/Form"; @@ -27,23 +26,6 @@ function Fields() { return ( <> -
- - - -