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
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:
parent
026ec97fc5
commit
ced2d0337e
@ -1292,6 +1292,7 @@
|
||||
|
||||
function closeDiscoveryModal() {
|
||||
document.getElementById('discoveryModal').style.display = 'none';
|
||||
location.reload();
|
||||
}
|
||||
|
||||
// Toggle snippet expansion
|
||||
|
||||
Loading…
Reference in New Issue
Block a user