fix(logs): Galerie-Upload für Foto-Anhänge auf Mobilgeräten ermöglichen

Entfernt capture="environment", damit Nutzer neben der Kamera auch Bilder aus der Gerätegalerie wählen können.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-30 18:59:48 +02:00
co-authored by Cursor
parent fcb76d1305
commit 2e83f1c6bb
-1
View File
@@ -233,7 +233,6 @@ export default function PhotoCapture({ entryId, logbookId, readOnly = false, pre
<input <input
type="file" type="file"
accept="image/*" accept="image/*"
capture="environment"
ref={fileInputRef} ref={fileInputRef}
onChange={handleFileChange} onChange={handleFileChange}
style={{ display: 'none' }} style={{ display: 'none' }}