diff --git a/frontend/src/components/todos/TodoForm.tsx b/frontend/src/components/todos/TodoForm.tsx index 9d8ad65..e0fccca 100644 --- a/frontend/src/components/todos/TodoForm.tsx +++ b/frontend/src/components/todos/TodoForm.tsx @@ -292,7 +292,6 @@ export default function TodoForm({ onSubmit, onCancel, initialValues, submitLabe ref={fileRef} type="file" accept="image/*" - capture="environment" style={{ display: 'none' }} onChange={handlePhotoCapture} /> diff --git a/frontend/src/pages/NotesPage.tsx b/frontend/src/pages/NotesPage.tsx index 1fd48db..8510a1f 100644 --- a/frontend/src/pages/NotesPage.tsx +++ b/frontend/src/pages/NotesPage.tsx @@ -130,7 +130,7 @@ function NoteCard({ note, onEdit, onDelete, onAddPhoto, onAddAudio, onDeleteAtt {/* Actions */}