btlqql opened a new pull request, #2091: URL: https://github.com/apache/rocketmq-dashboard/pull/2091
## What is the purpose of the change Fix #2073. The alerts page called record.channels.map without guarding the nullable backend list, crashing rules loaded from default YAML. ## Brief changelog - alerts.tsx: use (record.channels ?? []).map ## How was this patch verified - npx vitest run src/pages/ops/__tests__/AlertsPage.test.tsx (4 passed) - npx tsc -b clean -- 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]
