123123213weqw opened a new pull request, #2022: URL: https://github.com/apache/rocketmq-dashboard/pull/2022
## What is the purpose of the change Fix #2014. After clearAcknowledgedAlerts() succeeded, the System Alerts page only filtered rows already marked acknowledged in its local state. That local snapshot may be stale, so a concurrently acknowledged alert was deleted on the backend but kept in the UI. ## Brief changelog - systemAlerts.tsx: handleClearAcked now reloads the alert list after the backend clear instead of filtering the local snapshot ## How was this patch verified - npx vitest run src/pages/ops/__tests__/SystemAlertsPage.test.tsx (2 passed) - npx tsc -b clean - npx eslint . 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]
