summaryrefslogtreecommitdiff
path: root/app/lib
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib')
-rw-r--r--app/lib/camera/component/pakageCamera.tsx1
-rw-r--r--app/lib/camera/component/sjCamera.tsx1
2 files changed, 0 insertions, 2 deletions
diff --git a/app/lib/camera/component/pakageCamera.tsx b/app/lib/camera/component/pakageCamera.tsx
index e0c7158..23ed9a4 100644
--- a/app/lib/camera/component/pakageCamera.tsx
+++ b/app/lib/camera/component/pakageCamera.tsx
@@ -21,7 +21,6 @@ const PackageCamera: React.FC = () => {
<input
type="file"
accept="image/*"
- capture="environment"
onChange={handleCapture}
className="hidden"
id="pakageCameraInput"
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"