shubhamraj-git commented on code in PR #52403:
URL: https://github.com/apache/airflow/pull/52403#discussion_r2175282455


##########
airflow-core/src/airflow/ui/src/pages/Connections/ConnectionForm.tsx:
##########
@@ -94,6 +94,14 @@ const ConnectionForm = ({
     mutateConnection(data);
   };
 
+  const hasChanges = () => {

Review Comment:
   Actually yes, in current state it shouldn't be, In starting I was doing 
multiple things and debugging, later should have changed it.
   For parsing, A user can add something from cli which would not be in UI 
formatted way, it should not be treated as different value.



-- 
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