Просмотр исходного кода

Merge pull request #8449 from hurxxxx/main

fix : incorrect element id
Timothy Jaeryang Baek 1 год назад
Родитель
Сommit
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;