e2corporation commented on code in PR #3371:
URL: https://github.com/apache/incubator-devlake/pull/3371#discussion_r992531183
##########
config-ui/src/components/blueprints/create-workflow/DataTransformations.jsx:
##########
@@ -136,17 +109,47 @@ const DataTransformations = (props) => {
)
const [activeEntity, setActiveEntity] = useState()
- const transformationHasChanged = useCallback(
+ const checkCurrentTransformationIsChanged = useCallback(
Review Comment:
Yea I think these are key functions of the DSM / Transformation Manager. It
would be better encapsulated in the Hook for consistency. We'll try to adapt
some Contexts in the future to possibly help with our nested props being passed
to many levels.
--
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]