Merge branch 'staging' of https://git.putrakuningan.com/daengdeni/lpj into tender

This commit is contained in:
2025-04-17 15:59:08 +07:00

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;