fix: auto-reload page after closing discovery modal
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions

Users saw 0 candidates because page didn't refresh after bulk
discovery completed and modal was closed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Maciej Pienczyn 2026-02-21 09:03:44 +01:00
parent 026ec97fc5
commit ced2d0337e

View File

@ -1292,6 +1292,7 @@
function closeDiscoveryModal() {
document.getElementById('discoveryModal').style.display = 'none';
location.reload();
}
// Toggle snippet expansion