btlqql opened a new pull request, #2105: URL: https://github.com/apache/rocketmq-dashboard/pull/2105
## What is the purpose of the change Fix #2104. The ACL rules filter called r.principal.toLowerCase() and r.resource.toLowerCase() without guarding null values from the backend, crashing when a rule has no principal/resource. ## Brief changelog - acl.tsx: use r.principal?.toLowerCase() and r.resource?.toLowerCase() ## How was this patch verified - npx vitest run src/pages/instance/__tests__/AclPage.test.tsx (13 passed) - npx tsc -b clean - npx eslint . 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]
