chore: accept PDF files in receipt upload dialog (refs #182)
All checks were successful
Deploy to Staging / Build Images (pull_request) Successful in 3m39s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 23s
Deploy to Staging / Verify Staging (pull_request) Successful in 9s
Deploy to Staging / Notify Staging Ready (pull_request) Successful in 8s
Deploy to Staging / Notify Staging Failure (pull_request) Has been skipped

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Eric Gullickson
2026-02-13 21:14:22 -06:00
parent 812823f2f1
commit 83bacf0e2f
2 changed files with 11 additions and 4 deletions

View File

@@ -127,6 +127,7 @@ export const DEFAULT_ACCEPTED_FORMATS = [
'image/png',
'image/heic',
'image/heif',
'application/pdf',
];
/** Default max file size (10MB) */