yyqdbngt opened a new issue, #2068:
URL: https://github.com/apache/rocketmq-dashboard/issues/2068

   ## Problem
   
   web/src/pages/studio/GroupManagement.tsx reads 
selectedGroup.subscribedTopics.length / .join without guarding the nullable 
list from the backend, crashing the detail dialog.
   
   ## Expected
   
   Guard with (selectedGroup.subscribedTopics ?? []).


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