Aias00 opened a new pull request, #1960:
URL: https://github.com/apache/rocketmq-dashboard/pull/1960
## What is the purpose of the change
Keep audit CSV export aligned with the filters currently applied to the
visible table.
## Brief changelog
- Use the debounced, applied search value for audit export instead of the
pending text input.
- Add regression coverage for both an applied search and an immediate export
during the debounce window.
## Verifying this change
```bash
cd web
npm test -- --run src/pages/ops/__tests__/AuditPage.test.tsx
npm run build
./node_modules/.bin/eslint --max-warnings=0 \
src/pages/ops/audit.tsx \
src/pages/ops/__tests__/AuditPage.test.tsx
```
Closes #1959
--
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]