jscheffl commented on code in PR #51558:
URL: https://github.com/apache/airflow/pull/51558#discussion_r2136566471


##########
airflow-core/src/airflow/ui/src/pages/Connections/ConnectionForm.tsx:
##########
@@ -20,10 +20,11 @@ import { Input, Button, Box, Spacer, HStack, Field, Stack, 
VStack, Spinner } fro
 import { Select } from "chakra-react-select";
 import { useEffect, useState } from "react";
 import { useForm, Controller } from "react-hook-form";
+import { useTranslation } from "react-i18next";
 import { FiSave } from "react-icons/fi";
 
 import { ErrorAlert } from "src/components/ErrorAlert";
-import { FlexibleForm, flexibleFormExtraFieldSection } from 
"src/components/FlexibleForm";

Review Comment:
   If you remove the (here: the only) use of the constants, can you remove them 
from airflow-core/src/airflow/ui/src/components/FlexibleForm/index.tsx as well?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to