From 6a1e418e0a25143774135c00ab9a8b19e75045b7 Mon Sep 17 00:00:00 2001 From: nic Date: Fri, 11 Apr 2025 08:48:35 -0400 Subject: [PATCH] chore: hide the detected jobs section after restarting doc uploads --- templates/partials/document_upload.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/partials/document_upload.html b/templates/partials/document_upload.html index dbdf092..3480c0a 100644 --- a/templates/partials/document_upload.html +++ b/templates/partials/document_upload.html @@ -126,6 +126,9 @@ // Clear results document.getElementById('upload-results').innerHTML = ''; + + // Hide and reset CSV preview + document.getElementById('csv-preview').style.display = 'none'; document.getElementById('csv-preview-content').innerHTML = '

No jobs loaded yet

'; // Reset job IDs container