Преглед изворни кода

Merge pull request #8449 from hurxxxx/main

fix : incorrect element id
Timothy Jaeryang Baek пре 1 година
родитељ
комит
cd20c578d2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/lib/components/admin/Settings/Pipelines.svelte

+ 1 - 1
src/lib/components/admin/Settings/Pipelines.svelte

@@ -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;