leezng commented on code in PR #7494:
URL: https://github.com/apache/inlong/pull/7494#discussion_r1122758521
##########
inlong-dashboard/src/pages/GroupDetail/Audit/config.tsx:
##########
@@ -62,6 +63,8 @@ function getAuditLabel(auditId: number, nodeType?: string) {
const id = +auditId;
const item = id >= 9 ? auditMap[id % 2 ? 7 : 8] : auditMap[id];
const label = item?.label || id;
+ const sinkLabel = sinks.find(c => c.value === nodeType)?.label;
Review Comment:
sinkLabel not used?
--
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]