diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-09-18 12:02:04 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-09-18 12:02:04 +0700 |
| commit | 45bdacffcd37439bb17133b01f279330f159f517 (patch) | |
| tree | 9fb80b3b798552d6dcdcc4a5996b2c91ea17fab1 /app/lib/camera/component/sjCamera.tsx | |
| parent | 856a9b97bf2c6840b01443b7efb1be6cea8e663e (diff) | |
<Miqdad> Allow upload image from gallery
Diffstat (limited to 'app/lib/camera/component/sjCamera.tsx')
| -rw-r--r-- | app/lib/camera/component/sjCamera.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/lib/camera/component/sjCamera.tsx b/app/lib/camera/component/sjCamera.tsx index 5cc39ad..9dbe2dc 100644 --- a/app/lib/camera/component/sjCamera.tsx +++ b/app/lib/camera/component/sjCamera.tsx @@ -24,7 +24,6 @@ const SjCamera: React.FC = () => { <input type="file" accept="image/*" - capture="environment" onChange={handleSuratJalanCapture} className="hidden" id="suratJalanInput" |
