yyqdbngt opened a new issue, #2066: URL: https://github.com/apache/rocketmq-dashboard/issues/2066
## Problem web/src/pages/ops/systemAlerts.tsx calls alert.level.toLowerCase() but the fallback below assumes level can be empty. A null level throws before the fallback runs. ## Expected Guard with (alert.level ?? '').toLowerCase(). -- 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]
