likyh commented on code in PR #3371:
URL: https://github.com/apache/incubator-devlake/pull/3371#discussion_r996562539


##########
config-ui/src/hooks/useDataScopesManager.jsx:
##########
@@ -661,16 +525,46 @@ function useDataScopesManager({
     ]
   )
 
+  const checkConfiguredProjectTransformationHasChanged = useCallback(

Review Comment:
   ok, `checkConfiguredProjectTransformationHasChanged ` => 
`hasConfiguredEntityTransformationChanged` will be changed on next PR.



##########
config-ui/src/hooks/useDataScopesManager.jsx:
##########
@@ -661,16 +525,46 @@ function useDataScopesManager({
     ]
   )
 
+  const checkConfiguredProjectTransformationHasChanged = useCallback(
+    (item) => {
+      return checkTransformationHasChanged(
+        configuredConnection?.provider,
+        configuredConnection?.id,
+        item
+      )
+    },
+    [
+      configuredConnection?.provider,
+      configuredConnection?.id,
+      checkTransformationHasChanged
+    ]
+  )
+
+  const changeConfiguredProjectTransformationSettings = useCallback(

Review Comment:
   ok, `changeConfiguredProjectTransformationSettings ` => 
`changeConfiguredEntityTransformation ` will be changed on next PR.



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