fix(foto): hapus /

This commit is contained in:
majid
2025-04-17 13:23:42 +07:00
parent d9c3f12ee6
commit 25889577c8

View File

@@ -442,7 +442,7 @@
cursor: pointer; cursor: pointer;
`; `;
/
const cameraInput = document.createElement('input'); const cameraInput = document.createElement('input');
cameraInput.type = 'file'; cameraInput.type = 'file';
cameraInput.id = 'camera-input-' + paramName; cameraInput.id = 'camera-input-' + paramName;