Frun1na opened a new pull request, #4910:
URL: https://github.com/apache/rocketmq-dashboard/pull/4910
### Which Issue(s) This PR Fixes
- Fixes #(issue to be linked)
### Brief Description
`openDetail()` and `handleModalTabChange()` only fetched the trace payload
when the target tab was `trace`, but the **Verify** tab renders
`traceData.consumerStatus`. Opening the detail modal and switching straight to
Verify therefore showed a permanently empty table, with no loading state or
hint. Both tabs now trigger the same fetch.
### How Did You Test This Change?
```
cd web && npx vitest run src/pages/instance/__tests__/MessagePage.test.tsx
Test Files 1 passed (1)
Tests 15 passed (15)
```
--
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]