yyqdbngt opened a new pull request, #2085:
URL: https://github.com/apache/rocketmq-dashboard/pull/2085

   ## What is the purpose of the change
   
   Fix #2065.
   
   The message verification page called status.toLowerCase() on the backend 
deliveryStatus field, which is nullable. A null value threw TypeError and 
crashed the page.
   
   ## Brief changelog
   
   - message.tsx: guard with (status ?? '').toLowerCase()
   
   ## How was this patch verified
   
   - 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]

Reply via email to