mintsweet commented on code in PR #3191:
URL: https://github.com/apache/incubator-devlake/pull/3191#discussion_r980653191


##########
config-ui/src/components/blueprints/create-workflow/DataTransformations.jsx:
##########
@@ -138,15 +146,20 @@ const DataTransformations = (props) => {
   )
   const [activeEntity, setActiveEntity] = useState()
 
-  const transformationHasProperties = useCallback(
+  const transformationHasChanged = useCallback(

Review Comment:
   Because "deploymentPattern" and "productionPattern" are empty, DORA-related 
tasks will be started, and DORA tasks will not be started when they do not 
exist. The original judgment here cannot support the situation that these two 
parameters are empty strings.



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