From 1f6e614e30cab435120571207d69174ecd470e31 Mon Sep 17 00:00:00 2001 From: Quentin Ruhier Date: Fri, 29 Nov 2024 13:44:22 +0100 Subject: [PATCH] chore: remove unused var & import --- src/constants/dictionary.jsx | 4 ---- .../components/response-format/simple/simple-numeric.jsx | 1 - 2 files changed, 5 deletions(-) diff --git a/src/constants/dictionary.jsx b/src/constants/dictionary.jsx index 743d6db7a..853a71161 100644 --- a/src/constants/dictionary.jsx +++ b/src/constants/dictionary.jsx @@ -533,10 +533,6 @@ const dictionary = { en: 'Formula of the unit of measure', fr: "Formule de l'unité de mesure", }, - dynamicUnitEmptySelect: { - en: 'Select a variable of the unit of measure', - fr: "Sélectionnez une variable de l'unité de mesure", - }, unitEmptySelect: { en: 'Select an unit of measure', fr: 'Sélectionnez une unité de mesure', diff --git a/src/widgets/component-new-edit/components/response-format/simple/simple-numeric.jsx b/src/widgets/component-new-edit/components/response-format/simple/simple-numeric.jsx index 6d9780f61..872e2005f 100644 --- a/src/widgets/component-new-edit/components/response-format/simple/simple-numeric.jsx +++ b/src/widgets/component-new-edit/components/response-format/simple/simple-numeric.jsx @@ -5,7 +5,6 @@ import { DATATYPE_NAME } from '../../../../../constants/pogues-constants'; import SelectMetaDataContainer from '../../../../../layout/connected-widget/select-metadata'; import { connect } from 'react-redux'; import withCurrentFormVariables from '../../../../../hoc/with-current-form-variables'; -import Select from '../../../../../forms/controls/select'; import GenericOption from '../../../../../forms/controls/generic-option'; import ListRadios from '../../../../../forms/controls/list-radios'; import { RichEditorWithVariable } from '../../../../../forms/controls/control-with-suggestions';