Merge pull request #8449 from hurxxxx/main

fix : incorrect element id
This commit is contained in:
Timothy Jaeryang Baek 2025-01-10 08:28:47 -08:00 committed by GitHub
commit cd20c578d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,7 +157,7 @@
}
pipelineFiles = null;
const pipelineUploadInputElement = document.getElementById('pipeline-upload-input');
const pipelineUploadInputElement = document.getElementById('pipelines-upload-input');
if (pipelineUploadInputElement) {
pipelineUploadInputElement.value = null;