vogievetsky commented on code in PR #19692:
URL: https://github.com/apache/druid/pull/19692#discussion_r3597608392


##########
web-console/src/views/supervisors-view/supervisors-view.tsx:
##########
@@ -1060,6 +1065,12 @@ export class SupervisorsView extends React.PureComponent<
                   aggregateLag,
                 )}`}</span>
               ) : null;
+            } else if (original.type === 'autocompact') {

Review Comment:
   Good find. This is a but in the console in general (not introduced in this 
PR). Fixed it and will now make the PR as a bug fix.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to