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

   ## What is the purpose of the change
   
   Fix #2068.
   
   The group management detail dialog reads 
selectedGroup.subscribedTopics.length and .join without guarding the nullable 
backend list, crashing the dialog.
   
   ## Brief changelog
   
   - GroupManagement.tsx: guard with (selectedGroup.subscribedTopics ?? [])
   
   ## How was this patch verified
   
   - npx vitest run src/pages/studio/__tests__/GroupManagement.test.tsx (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]

Reply via email to