ame-job-manager/public
Claude 6711abb339 fix: Save pendingFile ref before closeModal() nulls it
closeModal() was setting pendingFile = null, then confirmSubmit()
was trying to append the now-null pendingFile to FormData, causing
'No file uploaded' error on every submission.

Fix: capture pendingFile into fileToSubmit before calling closeModal().

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-31 16:42:25 -04:00
..
index.html fix: Save pendingFile ref before closeModal() nulls it 2026-03-31 16:42:25 -04:00