diff --git a/web/app/components/app/configuration/config-var/config-modal/field.tsx b/web/app/components/app/configuration/config-var/config-modal/field.tsx index deeb24f534..ba1a367f89 100644 --- a/web/app/components/app/configuration/config-var/config-modal/field.tsx +++ b/web/app/components/app/configuration/config-var/config-modal/field.tsx @@ -20,10 +20,10 @@ const Field: FC = ({ const { t } = useTranslation() return (
-
+
{title} {isOptional && ( - + ( {t('variableConfig.optional', { ns: 'appDebug' })} ) diff --git a/web/eslint-suppressions.json b/web/eslint-suppressions.json index d142f1c556..7182bc246c 100644 --- a/web/eslint-suppressions.json +++ b/web/eslint-suppressions.json @@ -560,11 +560,6 @@ "count": 3 } }, - "app/components/app/configuration/config-var/config-modal/field.tsx": { - "tailwindcss/enforce-consistent-class-order": { - "count": 2 - } - }, "app/components/app/configuration/config-var/config-modal/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2