Amy0104 commented on code in PR #12048:
URL:
https://github.com/apache/dolphinscheduler/pull/12048#discussion_r1001262861
##########
dolphinscheduler-ui/src/views/security/user-manage/components/authorize-modal.tsx:
##########
@@ -43,14 +50,14 @@ const props = {
default: 'auth_project'
}
}
-
+let projectIds: string
Review Comment:
Pass it to the render function by the return of the setup, then you can use
it in the render. But I think it's better to call the functions(such as
`revokeProjectByIdRequest `) in the setup function.
--
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]