leezng commented on code in PR #9141:
URL: https://github.com/apache/inlong/pull/9141#discussion_r1375592861
##########
inlong-dashboard/src/core/stores/index.ts:
##########
@@ -38,6 +39,7 @@ const state: State = {
userId: 0,
roles: [],
tenant: '',
+ syncTableData: null,
Review Comment:
It is recommended not to put syncTableData in the store. I think it is not
global.
--
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]