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


##########
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 func shouldn't be, In starting I was doing 
multiple things and debugging, later should have changed it.
   Reason 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to