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

   ### Which Issue(s) This PR Fixes
   
   - Fixes #(issue to be linked)
   
   ### Brief Description
   
   The drawer read the live group-level `exportRange` for its banner, its 
reload and its export, while the table kept the rows loaded at open time. 
Changing the picker mid-session therefore showed one window in the banner, 
another in the table and a third in the downloaded file. The drawer now 
snapshots the range at open (`detailRange`) and uses it for load, banner and 
export; closing and reopening applies the new range.
   
   ### How Did You Test This Change?
   
   ```
   cd web && npx vitest run src/pages/instance/__tests__/DLQPage.test.tsx
   
   Test Files  1 passed (1)
        Tests  22 passed (22)
   ```
   


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